Daemon666 / CSB LO3 Public

amx_lo3 restarts the round three times with a countdown, then flashes LIVE! LIVE! LIVE! amx_lo1 does one restart.

v1.0.0 121 downloads GPL-3.0 Last updated Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 13, 2025 1 Versions
csb_lo3.sma main 8161844 3.2 KB
README.md

CSB LO3 is the match-start ritual: amx_lo3 issues three sv_restartround restarts with a configurable delay and an on-screen RESTART n/3 countdown, then flashes LIVE! LIVE! LIVE! with a sound when the match goes live. amx_lo1 is the single-restart variant. The restart itself resets score and money through the engine.

Features

  • amx_lo3 (3 restarts) and amx_lo1 (1 restart).
  • Configurable delay between restarts via csb_lo3_delay.
  • HUD countdown and a LIVE flash with a go signal.
  • Guards against starting a second sequence mid-run.

Installation

  1. Compile csb_lo3.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.
Installation
1. Put csb_lo3.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Change map
CVARs
CVARDefaultDescription
csb_lo3_enabled 1 Enable the LO3 commands.
csb_lo3_delay 3.0 Seconds between restarts (minimum 1).
Commands
CommandAccessDescription
amx_lo3 d (ADMIN_BAN) Three restarts then go live.
amx_lo1 d (ADMIN_BAN) One restart then go live.
Changelog — v1.0.0
1.0.0 - Initial release.
Versions →
Rating

No ratings yet.

About
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Download source (.sma)
Requirements
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Known conflicts Other match/restart plugins that also send sv_restartround may double-restart.
Contributors
Back to Plugins