Go Back

Admin Commands

Name Use in the console Description Example
AMX Mod X menu amxmodmenu Displays the main AMX Mod X menu.
Gag menu amx_gagmenu Displays the gag menu.
Add Ban amx_addban "STEAM ID / IP / mID" "time in minutes" Bans player who is not in the server. amx_addban "221.192.199.49" "300"
Ban amx_ban "STEAM ID / IP / mID" "time in minutes" "reason" Bans player who is not in the server. amx_ban "221.192.199.49" "399" "aim hack"
Unban amx_unban "STEAM ID / IP / mID" Unbans player. amx_unban "221.192.199.49"
Unbann from ReHLDS amx_rcon removeip "IP" Unbans player from autobans of the server (Head Admins only). amx_rcon removeip "203.192.209.61"
Gag amx_gag "nick / #id / ip" "time in minutes" "reason" Gags player. amx_gag "221.192.199.49" "5" "swearing"
Ungag amx_ungag "nick / #id / ip" Ungags gagged player. amx_ungag "221.192.199.49"
Change map amx_map mapname Changes the map. amx_map awesome_cars2
Private say amx_psay "name or #userid" "message" Send private message to player. amx_psay "Maverick" "hi"
Nick change amx_nick "original nick" "new nick" Changes user name. amx_nick "Maverick" "bad cat"
Tsay amx_tsay "color" "message" / say@ message Sends a left side HUD message to all players. amx_tsay "green" "hi" / say@ hi
Csay amx_csay "color" "message" Sends a center HUD message to all players. amx_csay "green" "hi"
Admin chat amx_chat "message" / say_team@ message Sends message to all admins. amx_chat "hi" / say_team@ hi
Custom poll amx_vote "question" "answer1" "answer2" Starts a custom poll. amx_vote "Is server awesome?" "yes" "no"
Amx who amx_who Shows who is in the server
Amx showip amx_showip Shows IPs of the players in the server
Amx last amx_last Shows who has been in the server
Magic marker bind "z" "+paint" Bind a key to this command and hold it to draw!
Amx Revoke amx_revoke "name" / amx_unrevoke "name" Took or give back user driver license amx_revoke "Maverick"
Amx Fog amx_fog 1 "0 0 0" 1 Add fog In server. amx_fog 1 "0 0 200" 3

Go Back