Daemon666 / CSB Respawn On Join Público

Respawns players who join a team mid-round instead of making them wait, with spawn protection and an end-of-round guard.

v1.0.0 132 downloads GPL-3.0 Última atualização Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 24, 2026 1 Versões
csb_respawn_on_join.sma main 45e52c9 3.6 KB
README.md

CSB Respawn On Join stops new players from sitting dead for two minutes after they pick a team mid-round. When the game assigns a player to Terrorists or CTs (caught on the TeamInfo event), the plugin respawns them after a short delay through Ham_CS_RoundRespawn — the same path the game itself uses at round start, so it is safe on ReHLDS and HLDS alike.

Fresh spawns get a few seconds of spawn protection (godmode plus a blue glow so nearby players can see it), and an end-of-round guard (csb_roj_endguard) stops it from respawning someone into a round that is seconds from ending, which would otherwise unbalance the score.

Features

  • Respawn on team join, with a configurable delay.
  • Spawn protection with godmode + glow, on both forced and natural spawns.
  • End-of-round guard based on mp_roundtime and the tracked round-start time.
  • Round-state aware — nothing fires between rounds.

Installation

  1. Make sure the hamsandwich and fun modules are enabled in modules.ini (default).
  2. Compile, copy csb_respawn_on_join.amxx into addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Notes

This is aimed at casual/public and deathmatch-style servers. Do not run it on a competitive/match server where mid-round respawns would break the format — or set csb_roj_enabled 0 during matches.

Instalação
1. hamsandwich + fun must be enabled in modules.ini (default)
2. Put csb_respawn_on_join.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvars
CVARDefaultDescription
csb_roj_enabled 1 Enable or disable respawn on join.
csb_roj_delay 2.0 Seconds to wait before respawning a joining player.
csb_roj_protect 3.0 Seconds of spawn protection (godmode + glow).
csb_roj_endguard 20 Do not respawn within this many seconds of the round ending (0 = off).
Registro de alterações — v1.0.0
1.0.0 - Initial release.
Versões →
Avaliação

No ratings yet.

Sobre
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Baixar .sma
Requisitos
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos hamsandwich fun
Conflitos conhecidos Deathmatch/respawn mods that already respawn players - run only one respawn manager.
Colaboradores
Voltar aos Plugins