////// Admin Commands (Server Control & Player Management) amxmodmenu /// Opens the main admin menu to control everything. amx_who /// Displays all players with their SteamID, UserID, and access level. amx_help /// Shows a list of available commands (needs modification). amx_langmenu /// Opens the language selection menu. amx_addadmin [password] [authtype] /// Adds a new admin with specific permissions. amx_pause /// Stops some plugins in the server temporarily. amx_rcon "command" /// Executes a command as if you typed it in the server web console. amx_cmdmenu /// A menu with two options: pause the server or restart the round in 1 second. amx_cvarmenu /// Controls server settings like mp_roundtime, mp_freezetime, etc. amx_speechmenu /// Plays a sound in the game. amx_plugincvarmenu /// Changes certain settings but only for one round. ////// Admin Commands (Ban & Kick System) amx_last /// Shows all recently joined players along with their SteamID and IP. amx_ban [reason] /// Bans a player for a specified time with an optional reason. amx_addban <"authid" or ip> [reason] /// Manually adds a ban using a SteamID or IP. amx_banmenu /// Opens a menu to ban players. amx_kickmenu /// Opens a menu to kick players. amx_slapmenu /// Opens a menu to slap or slay players. ////// Admin Commands (Player Actions & Punishments) amx_slap [power] /// Slaps a player with adjustable power. amx_slay /// Instantly kills a player. ////// Map & Voting Commands amx_mapmenu /// Opens the map menu to select a map to change. amx_map /// Instantly changes the map. amx_votemapmenu /// Allows selecting up to 4 maps for voting. amx_votemap [map] [map] [map] /// Starts a vote between up to 4 maps. zp_start_vm /// Starts a vote to choose a game mode (Zombie Mode). amx_cancelvote /// Cancels any active vote. amx_vote /// Creates a custom vote with any question and two answers. amx_votekick /// Starts a vote to kick a player. amx_voteban /// Starts a vote to ban a player. ////// Chat & Messaging Commands amx_say "message" /// Sends a message to all players. amx_tsay "message" /// Sends a message to all zombies. amx_csay "message" /// Sends a message to all humans. amx_psay "playername" "message" /// Sends a private message to a specific player. amx_chat "message" /// Sends a message similar to amx_say, but for admins only. ////// Zombie Plague Commands zp_giveap /// Gives a player a specific amount of Ammo Packs. zp_removeap /// Removes a specific amount of Ammo Packs from a player. zp_bazooka /// Gives a player a bazooka weapon. zp_toggle_bazooka_all /// Enables or disables the bazooka for all players. zp_give_balrog_ethereal /// Grants a player the Balrog Ethereal weapon. ////// Other Commands gui /// Buys a Guillotine. lm /// Buys a Laser Mine. give_portal /// Gives a player the Portal Gun (requires admin immunity flag). get_blockar /// Gives you a weapon named "Blockar".