CSB Match Command Block

v1.0.0 8 descargas Daemon666 Última actualización: Jul 16, 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.

Instalación

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.

Comandos

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

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_match_block_cmds.sma main 4.0 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Conflictos conocidos Other plugins that re-broadcast say_team or manage buying may interact.
Volver a Plugins