amx_kick
<name or #userid> [reason] |
Kicks
a player from the server. |
amx_ban
<name or #userid> [reason] |
Bans
a player from the server. |
amx_addban
<authid or ip> <minutes> [reason] |
Adds
a ban to the server ban list. |
amx_unban
<authid or ip> |
Unbans
a player from the server. |
amx_slay
<name or #userid> |
Slays
a player. |
amx_slap
<name or #userid> [damage] |
Slaps
a player for variable damage. |
amx_leave
<tag> [tag1] [tag2] |
Kick
all players not wearing one of the tags. |
amx_pause |
Pauses
or unpauses the game. |
amx_who |
Displays
who is on the server. |
amx_cvar
<cvar> [value] |
Changes
or displays a cvar value. |
amx_map
<mapname> |
Changes
the map. |
amx_cfg
<filename> |
Executes
a server side config file. |
amx_rcon
<rcon command> |
Executes
a command on the server console. |
amx_plugins |
Lists
all loaded plugins. |
amx_modules |
Lists
all loaded modules. |