How do I add admins using AMX Mod X (outside of Easy setup)?

CS 1.6, DoD, TFC, etc.
Locked
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

How do I add admins using AMX Mod X (outside of Easy setup)?

Post by Nick|NFo »

1.) Log into 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/amxmodx/configs/users.ini

Image

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. Note: If you have already used Easy Setup to setup admins, you will not see this, but just a listing of steamid's and their proper access.

Access Letters are set different levels that the user as admin has access to.

Code: Select all

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 (no admin)
Full access for an AMXX admin would be "abcdefghijklmnopqrstu". Do not put the z at the end, as that is user access, not admin.

Account flags:

Code: Select all

a - disconnect player on invalid password
b - clan tag
c - this is steamid
d - this is ip
e - password is not checked (only name/ip/steamid needed) 
Account flags sets the AMX mod X 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"

Image

Not sure how to get your STEAMID? click here

6.) Save the file and restart your server.
-Nick
Locked