CSB Match System

v1.0.0 1 descargas Daemon666 Última actualización: Jul 15, 2026

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

  1. amx_match 15 (RCON) execs csb_match.cfg and starts the knife round.
  2. The knife-round winners type /stay or /switch to pick a side.
  3. LO3 runs three restarts, then the match goes live.
  4. Sides swap at half time; the match ends at MR+1 rounds or after both halves.
  5. 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.
  • /score for a live scoreline; amx_matchstop to abort.
  • All match rules read from csb_match.cfg.

Installation

  1. Put csb_match_system.amxx in addons/amxmodx/plugins/.
  2. Add it to plugins.ini.
  3. Create addons/amxmodx/configs/csb_match.cfg with your match rules (mp_roundtime, mp_freezetime, mp_maxrounds, etc.).
  4. As an RCON admin, run amx_match 15.

Instalación

1. Put csb_match_system.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Create addons/amxmodx/configs/csb_match.cfg with your rules
4. Run amx_match 15 as RCON admin

Comandos

CommandAccessDescription
amx_match rcon Start a match: amx_match <rounds per half> (default 15).
amx_matchstop rcon Abort the running match.
say /stay Knife-round winners keep their side.
say /switch Knife-round winners swap sides.
say /score Show the live scoreline.

Registro de cambios — v1.0.0

1.0.0 — Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: eSL / WarMod match plugins 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_system.sma main 10.2 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos hamsandwich cstrike fun
Conflictos conocidos Other match/war plugins and any game-mode core (zombie, deathrun, GunGame, CSDM).
Volver a Plugins