Ulysses Stuff > General Chat & Help and Support
Multiple Admins
BloodySocks:
--- Code: ----- Add users here, in the following format:
-- addUser( <steamid>, <access flags> )
--
-- Example:
-- addUser( "STEAM_0:1:1234567", "abcdefghijklmnopqrstuz" )
--
-- Access flags:
-- a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
-- b - reservation (can join on reserved slots) ( NOT IMPLEMENTED )
-- c - ulx_kick command
-- d - ulx_ban and ulx_unban commands
-- e - ulx_slay and ulx_slap commands
-- f - ulx_map command
-- g - ulx_cvar command (not all cvars will be available)
-- h - ulx_cfg command
-- i - ulx_chat and other chat commands
-- j - ulx_vote and other vote commands
-- k - access to sv_password cvar (by ulx_cvar command)
-- l - access to ulx_rcon command and rcon_password cvar (by ulx_cvar command)
-- m - spawned props will be "protected", only other users with this access will be able to delete them ( ALSO UNAFFECTED BY PROP ANTI SPAM )
-- n - custom level A
-- o - custom level B
-- p - custom level C
-- q - custom level D
-- r - custom level E
-- s - custom level F
-- t - custom level G
-- u - custom level H
-- z - custom level I
addUser( "STEAM_0:1:-------", "abcdefghijklmnopqrstuz" )
adduser( "STEAM_0:1:-------", "abcdefghijklmnopqrstuz" )
adduser( "STEAM_0:0:-------", "abcdefghijklmnopqrstuz" )
--- End code ---
Doesn't work for the guy, still. He says he sees only 3 commands when he types "ulx_help" and says insufficiant privilages when he tries to change maps.
Golden-Death:
Try opening the file with wordpad, and not notepad.
, Not
Megiddo:
Wordpad sucks, he just has to convert his newlines. He's forcing me to get technical... so here goes...
The newline format you had pictured above uses the escape character "\n". This is fine for linux, but not for windows, windows uses "\r\n" ( that's a carriage return and a newline ) for it's newlines. You need to make your file have windows newlines, not linux newlines.
BloodySocks:
Thank you, it looks normal now, people I designated as admins are not online though, I'll tell you if it worked.
BloodySocks:
Here it is exactly.
--- Code: ----- Add users here, in the following format:
-- addUser( <steamid>, <access flags> )
--
-- Example:
-- addUser( "STEAM_0:1:1234567", "abcdefghijklmnopqrstuz" )
-- DO NOT INCLUDE THE '--' BEFORE addUser( "STEAM_0:0:590757", "Bloody Socks" ), '--' DENOTES A COMMENT
--
-- Access flags:
-- a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
-- b - reservation (can join on reserved slots)
-- c - ulx_kick command
-- d - ulx_ban and ulx_unban commands
-- e - ulx_slay and ulx_slap commands
-- f - ulx_map command
-- g - ulx_cvar command (not all cvars will be available)
-- h - ulx_cfg command
-- i - ulx_chat and other chat commands
-- j - ulx_vote and other vote commands
-- k - access to sv_password cvar (by ulx_cvar command)
-- l - access to ulx_rcon command and rcon_password cvar (by ulx_cvar command)
-- m - spawned props will be "protected", only other users with this access will be able to delete them ( ALSO UNAFFECTED BY PROP ANTI SPAM )
-- n - ulx_ent command - CAUTION, PLAYERS MAY BE ABLE TO CRASH THE SERVER WITH THIS ACCESS
-- o - custom level A
-- p - custom level B
-- q - custom level C
-- r - custom level D
-- s - custom level E
-- t - custom level F
-- u - custom level G
-- z - custom level H
addUser( "STEAM_0:1:6629083", "abcdefghijklmnopqrstuz" )
adduser( "STEAM_0:1:8159098", "abcdefghijklmnopqrstuz" )
adduser( "STEAM_0:0:6341402", "abcdefghijklmnopqrstuz" )
--- End code ---
Looks like yours, I can't see what could be wrong.
EDIT: sorry for all the trouble I'm causing :(
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version