Ulysses Stuff > General Chat & Help and Support

Multiple Admins

(1/4) > >>

BloodySocks:
I cannot figure out how to make more than one person an admin. In the ulx_users.lua file, I wrote, at the bottom, addUser( "STEAM_0:1:1234567", "abcdefghijklmnopqrstuz" ) [with the right steam ID] And it worked, then I skipped a line and did the same for a diffirent person. That did not work.  Is there a maximum of one admin, or is there a different way of writing it. Can anyone help on this?  ??? ??? ???

Golden-Death:
does it look like this?

--- 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:1234567", "abcdefghijklmnopqrstuz" )
addUser( "STEAM_0:1:1234567", "abcdefghijklmnopqrstuz" )
--- End code ---

Megiddo:
Indeed, it will work just as GD said, it should work even if you skip lines. Make sure you put in the right steamid.

Nice timely answer GD   ;)

BloodySocks:
It does look like that (when I copy paste it.) Like this when I don't *without the IDs*

I made sure the steam ID was right many times. Worked for the 1st, not the 2nd.
Is there an extra something I need to remove from there?

Megiddo:
Something screwed up your newlines. Delete all those unknown characters and put a newline there.

Navigation

[0] Message Index

[#] Next page

Go to full version