Admin Setup Guide (Advanced)

< Back

-- Level 0 (Normal Player, Non-Admin)
admin_help
admin_who

-- Level 1
admin_kick
admin_map
admin_slay
admin_status
admin_restrict
admin_unrestrict
admin_stuff

-- Level 2
admin_ban
admin_clexec

-- Level 3 (Includes Server console)
admin_user
admin_svexec

Each level gets all the commands from the lower ones (level 2 includes all level 1 commands and level 0s).

To setup an admin you need one piece of information, their Steam ID or IP, this can be found using the 'admin_status' command when they are in-game. This Plugin does not support password or name/clan-tag login (yet?).

admin_user "<Steam ID/IP>" <Level>

admin_user*Space*"SteamID/IP"*Space*<Level>

That is the command you have to execute in order to make an admin. You can do so from a .cg file like server.cfg when your server loads up. It is very important that you know, the Steam ID/IP must be enclosed in " " quote marks. If you do not do this then it will simply not work.

Examples:

admin_user "STEAM_0:1:32420" 1
admin_user "STEAM_0:0:12003" 3

Comments MUST go on a separate line, or place a ; after the command.

You can automate this by creating a new text file called 'server.cfg' and placing it in your <MOD>/CFG folder. (e.g. C:\HLS Server\strike\.cg\server.cfg). You can make this using notepad, just when you save, click 'Text File .TXT' and change it to 'ALL Files' and then add '.CFG' to the file name.

Note that people with Level 3 access can add more level 3 admin.

< Back