CSB Match Command Block

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

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_radiomax per csb_block_radiowin seconds).
  • Dead players cannot use team chat during a live match.
  • Blocks +hook, +lookatweapon, spec_menu, unbindall.
  • Blocks buying after mp_buytime elapses.

Installation

  1. Compile csb_match_block_cmds.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini, change the map, then amx_matchlive 1 when the match starts.

Installation

1. Put csb_match_block_cmds.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Change map
4. amx_matchlive 1 at match start

CVARs

CVARDefaultDescription
csb_block_enabled 1 Master enable for the plugin.
csb_block_live 0 1 while the match is live (set by amx_matchlive).
csb_block_radiomax 4 Max radio commands per window.
csb_block_radiowin 10.0 Radio rate-limit window in seconds.

Commands

CommandAccessDescription
amx_matchlive d (ADMIN_BAN) amx_matchlive <0|1> - toggle live blocking.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_match_block_cmds.sma main 4.0 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Known conflicts Other plugins that re-broadcast say_team or manage buying may interact.
Back to Plugins