CSB Ready System

v1.0.0 3 téléchargements Daemon666 Dernière mise à jour: Jul 15, 2026

A warmup ready-up gate: /ready and /notready with a live HUD, automatic LO3 when everyone is ready, and /forceready for admins.

CSB Ready System is the warmup gate every scrim and pug server needs. During warmup each player on a team types /ready; a HUD message shows how many players are ready out of the total, and the instant every connected non-spectator is ready the plugin runs an LO3 (three sv_restartround/sv_restart cycles) and declares the match live.

Features

  • /ready and /notready from chat, tracked per player.
  • Live HUD every second: WARMUP - type /ready with a Ready: X / Y counter.
  • Automatic LO3 and a "MATCH IS LIVE" announcement once everyone is ready.
  • A three-second countdown that aborts if anyone un-readies before it finishes.
  • /forceready for admins (flag from csb_ready_adminflag) to skip straight to live.
  • csb_ready_minplayers stops the match going live with only one player on the server.

Installation

  1. Compile and copy csb_ready_system.amxx into addons/amxmodx/plugins/.
  2. Add it to addons/amxmodx/configs/plugins.ini.
  3. Change the map. Type /ready to test.

Notes

The plugin uses only core natives, so it loads on any AMX Mod X 1.9 install with no extra modules. Spectators and players who have not joined a team are ignored by the counter.

Installation

1. Put csb_ready_system.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_ready_enabled 1 Enable or disable the ready system.
csb_ready_minplayers 2 Minimum non-spectators required before the match can go live.
csb_ready_adminflag d Access flag required for /forceready.

Commandes

CommandAccessDescription
say /ready Mark yourself ready.
say /notready Mark yourself not ready (aborts the countdown).
say /forceready d (ADMIN_BAN) Force the match live immediately.

Journal des modifications — v1.0.0

1.0.0 - Initial release.
Versions →
Contributeurs: Daemon666 ✦
Licence: GPL-3.0

Note

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Télécharger .sma
Fichiers:
csb_ready_system.sma main 5.6 KB

Prérequis

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Conflits connus Any other ready/LO3 or match-start plugin - run only one.
Retour aux Plugins