Daemon666 / CSB Match System Публичен

Clan-war manager: knife round, side pick, LO3, MR12/MR15 halves with side swap and an end-of-match MOTD summary.

v1.0.0 137 изтегляния GPL-3.0 Последна актуализация Aug 21, 2026
Daemon666 1.0.0 — Initial release. v1.0.0 May 24, 2026 1 Версии
csb_match_system.sma main 85c88f7 10.2 KB
README.md

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.
Инсталация
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
Команди
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.
Списък с промени — v1.0.0
1.0.0 — Initial release.
Версии →
Оценка

No ratings yet.

Относно
  • Match
  • Лиценз: GPL-3.0
  • Daemon666
  • Оригинален автор: eSL / WarMod match plugins
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули hamsandwich cstrike fun
Известни конфликти Other match/war plugins and any game-mode core (zombie, deathrun, GunGame, CSDM).
Сътрудници
Обратно към плъгините