Command | Usage | Description |
---|---|---|
amx_ban | amx_ban | Bans a player from the server for a specified time. Use 0 for permanent ban. |
amx_kick | amx_kick | Kicks a player from the server with an optional reason. |
amx_slap | amx_slap | Slaps a player, dealing damage and launching them into the air. |
amx_slay | amx_slay | Instantly kills a specified player. |
amx_map | amx_map | Changes the current map to the specified one. |
amx_vote | amx_vote | Starts a vote among players with a question and options. |
amx_cvar | amx_cvar | Changes the value of a server CVAR. |
amx_exec | amx_exec | Executes a console command on a specific player or all players. |
amx_gag | amx_gag | Mutes a player's chat and voice communication. |
amx_ungag | amx_ungag | Removes the mute from a previously gagged player. |
amx_warn | amx_warn | Issues a warning to a player with a specific reason. |
amx_restart | amx_restart | Restarts the current map after the specified time in seconds. |
amx_pause | amx_pause | Pauses the game. |
amx_unpause | amx_unpause | Resumes the game after it has been paused. |
amx_csay | amx_csay | Displays a message in the center of all players' screens in a specified color. |
amx_tsay | amx_tsay | Sends a message to all players in the top area of their screens. |
amx_psay | amx_psay | Sends a private message to a specific player. |
amx_chat | amx_chat | Sends an admin-only message to other administrators. |
amx_votemap | amx_votemap | Starts a map voting session for players. |
reset_stats | csstats_reset 1 | Resets all player rankings, including /top15 and /rankstats . |
amx_pausecfg | amx_pausecfg | Pauses or unpauses a specific plugin. |
amx_extendmap | amx_extendmap | Extends the current map's time limit by the specified amount of minutes. |