amx_kick |
Kicks the specified player from the server. Usage: amx_kick [player] (e.g., amx_kick PlayerName ) |
amx_ban |
Bans a player for a specified time or permanently. Usage: amx_ban [player] [time] (e.g., amx_ban PlayerName 60 to ban for 60 minutes) |
amx_slay |
Kills the specified player (slays them). Usage: amx_slay [player] |
amx_slap |
Slaps the player, causing them to take small damage. Usage: amx_slap [player] |
amx_map |
Changes the current map to the specified one. Usage: amx_map [mapname] (e.g., amx_map zm_foda ) |
amx_votemap |
Initiates a vote to change the map. Usage: amx_votemap [mapname] (e.g., amx_votemap zm_dust_world ) |
amx_votekick |
Starts a vote to kick a player. Usage: amx_votekick [player] (e.g., amx_votekick PlayerName ) |
amx_voteban |
Starts a vote to ban a player. Usage: amx_voteban [player] (e.g., amx_voteban PlayerName ) |
amx_vote |
Initiates a vote with any reason. Usage: amx_vote [reason] (e.g., amx_vote Map Change? ) |
amx_say |
Sends a message to all players on the server. Usage: amx_say [message] (e.g., amx_say Attention! ) |
amx_chat |
Sends a message to admins only. Usage: amx_chat [message] (e.g., amx_chat Admins, please check this ) |
amx_gag |
Prevents a player from speaking in the chat (mute them). Usage: amx_gag [player] (e.g., amx_gag PlayerName ) |