Daemon666 / CSB Match Command Block Publiczny

While a match is live it rate-limits radio, blocks dead-player team chat, kills +hook style commands and refuses buying after buytime.

v1.0.0 142 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Sep 3, 2025 1 Wersje
csb_match_block_cmds.sma main ea2521b 4.0 KB
README.md

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.
Instalacja
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
Cvary
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.
Komendy
CommandAccessDescription
amx_matchlive d (ADMIN_BAN) amx_matchlive <0|1> - toggle live blocking.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Znane konflikty Other plugins that re-broadcast say_team or manage buying may interact.
Współtwórcy
Wróć do Pluginów