Daemon666 / CSB Halftime Swap Публичен

At the configured round it swaps sides, swaps scores, resets money and restarts with a HUD countdown.

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

CSB Halftime Swap handles the side switch in a MR-format match. When the round counter reaches csb_half_round (16 for MR15) it switches every player to the opposite side with cs_set_user_team, swaps the stored team scores and pushes them to the scoreboard, resets everyone's money to the half-time start value, and restarts the round after a short HUD countdown. Per-player frags are never touched, so individual stats carry cleanly across the swap.

Features

  • Automatic side swap at a configurable round.
  • Team scores swapped and re-sent via TeamScore.
  • Money reset to a configurable half-time value.
  • HUD countdown before the restart; frags preserved.

Installation

  1. Enable the cstrike module in modules.ini.
  2. Compile csb_halftime_swap.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Инсталация
1. Enable the cstrike module in addons/amxmodx/configs/modules.ini
2. Put csb_halftime_swap.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-и
CVARDefaultDescription
csb_half_enabled 1 Enable or disable the halftime swap.
csb_half_round 16 Round number at which sides are swapped (16 = MR15).
csb_half_money 800 Money each player is given for the second half.
csb_half_countdown 5 Countdown seconds shown before the restart.
Списък с промени — v1.0.0
1.0.0 - Initial release.
Версии →
Оценка

No ratings yet.

Относно
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
Модули cstrike
Известни конфликти Other plugins that also count rounds and restart, or that manage the scoreboard, can conflict.
Сътрудници
Обратно към плъгините