Clan-war manager: knife round, side pick, LO3, MR12/MR15 halves with side swap and an end-of-match MOTD summary.
A clan-war / scrim manager. amx_match runs a full match as a small finite-state machine driven by the round-win audio events: a knife round for side selection, an LO3 (three live restarts), MR12/MR15 live halves with an automatic side swap at half time, and an end-of-match MOTD summary with each player's kills and deaths.
Independent GPL re-implementation inspired by the eSL / WarMod family of match plugins.
Flow
amx_match 15(RCON) execscsb_match.cfgand starts the knife round.- The knife-round winners type
/stayor/switchto pick a side. - LO3 runs three restarts, then the match goes live.
- Sides swap at half time; the match ends at MR+1 rounds or after both halves.
- A MOTD summary with per-player kills/deaths is shown to everyone.
Features
- State machine: knife → side pick → live → half swap → summary.
- Score tracked per team across the side swap.
/scorefor a live scoreline;amx_matchstopto abort.- All match rules read from
csb_match.cfg.
Installation
- Put
csb_match_system.amxxinaddons/amxmodx/plugins/. - Add it to
plugins.ini. - Create
addons/amxmodx/configs/csb_match.cfgwith your match rules (mp_roundtime, mp_freezetime, mp_maxrounds, etc.). - As an RCON admin, run
amx_match 15.









