CSB Restart Round

v1.0.0 1 изтегляния Daemon666 Последна актуализация: Jul 15, 2026

amx_rr restarts the round with a HUD countdown; amx_rs resets both team scores to 0-0. Overlap-locked.

CSB Restart Round gives you two things every scrim admin needs: a clean round restart and a score reset. amx_rr [delay] counts down on the HUD and then fires sv_restartround; amx_rs sends the TeamScore message for both teams so the scoreboard shows 0-0 immediately. A lock flag stops a second amx_rr from stacking countdowns on top of each other.

Features

  • amx_rr [delay seconds] with a HUD countdown, capped by csb_rr_maxdelay.
  • amx_rs resets the CT and T scoreboard totals via the TeamScore user message.
  • Overlap protection: a restart already in progress refuses a second one.
  • Both actions are announced in chat and logged with the admin's name.

Installation

  1. Compile csb_restart_round.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

Both commands need the ADMIN_MAP flag (e) by default. The score reset changes the scoreboard number only; it does not touch individual player frags.

Инсталация

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

Cvar-и

CVARDefaultDescription
csb_rr_maxdelay 10 Maximum countdown length in seconds (0 = no cap).

Команди

CommandAccessDescription
amx_rr e (ADMIN_MAP) amx_rr [delay seconds] - restart the round with a countdown.
amx_rs e (ADMIN_MAP) Reset both team scores to 0 - 0.

Списък с промени — v1.0.0

1.0.0 - Initial release.
Версии →
Сътрудници: Daemon666 ✦
Лиценз: GPL-3.0

Оценка

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Изтегли .sma
Файлове:
csb_restart_round.sma main 3.5 KB

Изисквания

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Известни конфликти Match/scrim managers that also drive sv_restartround can collide with amx_rr countdowns; run only one round controller.
Обратно към плъгините