CSB Halftime Swap

v1.0.0 3 descargas Daemon666 Última actualización: Jul 16, 2026

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

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.

Instalación

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

Cvars

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.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_halftime_swap.sma main 3.6 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos cstrike
Conflictos conocidos Other plugins that also count rounds and restart, or that manage the scoreboard, can conflict.
Volver a Plugins