Adding Admins
Adding admins to your Half-Life server will require the use of one or more MetaMod Plugins.
The two plugins that NuclearFallout supports are AdminMod and AMXmod.
Adding admins on each mod is done differently. This page is made to help you add admins to your server.
select your mod:
1.) Login to your control panel
2.) Go to the server you wish to add admins on, then select File Manager.
3.) Select the drop down field, and select addons/adminmod/config/users.ini, NOT the addons/adminmod/config/Samples/users.ini

4.) Make sure the edit button on the right side is enabled and hit the Submit button.
5.) You will see a blank field. Enter your STEAMID in the upper left hand corner, in the following format, STEAM_0:X:XXXXX
1.) Log into your control panel http://control.nuclearfallout.net
2.) Go to the server you wish to add admins on, then select File Manager.
3.) Select the drop down field, and select addons/amx/users.ini
4.) Make sure the edit button on the right side is enabled and hit the Submit button.
5.) You will see a file that explains how to add users as admins. The first part explains the access letter flags, as the 2nd part explains the account flags.
| Access Letters are set different levels that the user as admin has access to. |
|
a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
b - reservation (can join on reserved slots) c - amx_kick command d - amx_ban and amx_unban commands e - amx_slay and amx_slap commands f - amx_map command g - amx_cvar command (not all cvars will be available) h - amx_cfg command i - amx_chat and other chat commands j - amx_vote and other vote commands k - access to sv_password cvar (by amx_cvar command) l - access to amx_rcon command and rcon_password cvar (by amx_cvar command) m - custom level A (for additional plugins) n - custom level B o - custom level C p - custom level D q - custom level E r - custom level F s - custom level G t - custom level H u - menu access z - user |
Full access for an AMX admin would be "abcdefghijklmnopqrstu". Do not put the z at the end, as that is user access, not admin.
| Account flags: |
|
a - disconnect player on invalid password |
Account flags sets the AMX mod to check for certain things, like STEAMID and password.
NuclearFallout recommends that you use the account flags "ce", as that states a STEAMID is being used, and password is not checked.
On the bottom of this file, you need to add a line for yourself and other admins like "STEAM_0:0:3351" "" "abcdefghijklmnopqrstu" "ce"

