While a match is live it rate-limits radio, blocks dead-player team chat, kills +hook style commands and refuses buying after buytime.
CSB Match Command Block removes the little disruptions that ruin a competitive round. Flag the match live with amx_matchlive 1 and the plugin: rate-limits the radio, stops dead players from using team chat (anti-ghosting), blocks a short list of third-party / +hook style commands, and refuses buy commands once buy time is over. Everything is done by hooking the client commands and returning PLUGIN_HANDLED.
Features
- Radio rate limit (
csb_block_radiomaxpercsb_block_radiowinseconds). - Dead players cannot use team chat during a live match.
- Blocks
+hook,+lookatweapon,spec_menu,unbindall. - Blocks buying after
mp_buytimeelapses.
Installation
- Compile
csb_match_block_cmds.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.ini, change the map, thenamx_matchlive 1when the match starts.









