AMX Commands
Is a program that is added on to your game server to allow you and others to admin your server.
Console commands are entered into the console like this:
amx_<command> <option1> <option2> [option3]
Required options are shown with <>, optional parameters are shown with [].
Do not actually type <> or [].
To view in-game command help, use this in the console:
amx_help
Or alternatively you can use the menu by binding a key:
bind v amxmodmenu
| Command |
Format |
Access |
Description |
| amx_kick |
<name or #userid> [reason]A |
ADMIN_KICK |
Kicks a player. |
| amx_ban |
<name or #userid> <time> [reason] |
ADMIN_BAN |
Bans a player. |
| amx_addban |
<authid or ip> <minutes> [reason] |
ADMIN_BAN |
Adds a ban to the server banlist. |
| amx_unban |
<authid or ip> |
ADMIN_BAN |
Unbans a player. |
| amx_slay |
<name or #userid> |
ADMIN_SLAY |
Slays a player. |
| amx_slap |
<name or #userid> [damage] |
ADMIN_SLAY |
Slaps a player for variable damage. |
| amx_leave |
<tag> [tag1] [tag2] [tag3] |
ADMIN_KICK |
Kicks all players not wearing one of the tags. |
| amx_pause |
|
ADMIN_CVAR |
Pauses or unpauses the game. |
| amx_who |
|
ADMIN_ADMIN |
Displays who is on the server. |
| amx_cvar |
<cvar> [value] |
ADMIN_CVAR |
Changes or displays a cvar value. |
| amx_map |
<mapname> |
ADMIN_MAP |
Changes map. |
| amx_nick |
<original name> <new name> |
ADMIN_LEVEL_A |
Changes Users Name. |
| amx_cfg |
<filename> |
ADMIN_CFG |
Executes a server-side config file. |
| amx_rcon |
<rcon command line> |
ADMIN_RCON |
Executes a command on the server console. |
| amx_plugins |
|
ADMIN_ADMIN |
Lists all loaded plugins. |
| amx_modules |
|
ADMIN_ADMIN |
Lists all loaded modules. |
| Command |
Accesss |
Description |
| amxmodmenu |
ADMIN_MENU |
Displays the main AMX Mod X menu. |
| amx_cvarmenu |
ADMIN_CVAR |
Displays the CVAR menu. |
| amx_mapmenu |
ADMIN_MAP |
Displays the map change menu. |
| amx_votemapmenu |
ADMIN_MAP |
Displays the map voting menu. |
| amx_kickmenu |
ADMIN_KICK |
Displays kick menu. |
| amx_banmenu |
ADMIN_BAN |
Displays ban menu. |
| amx_slapmenu |
ADMIN_SLAY |
Displays slap/slay menu. |
| amx_teammenu |
ADMIN_LEVEL_A |
Displays team switch menu. |
| amx_clcmdmenu |
ADMIN_LEVEL_A |
Displays client commands menu. |
| amx_cmdmenu |
|
Displays server commands menu. |
| amx_restmenu |
ADMIN_CFG |
Displays weapon restriction menu. |
| amx_teleportmenu |
ADMIN_CFG |
Displays teleport menu. |
| amx_pausecfgmenu |
ADMIN_CFG |
Pause/unpause plugins with menu. |
| amx_statscfgmenu |
ADMIN_CFG |
Displays stats configuration menu. |