CSB Respawn On Join

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

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

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.

Инсталация

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

Cvar-и

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).

Списък с промени — 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_respawn_on_join.sma main 3.6 KB

Изисквания

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули hamsandwich fun
Известни конфликти Deathmatch/respawn mods that already respawn players - run only one respawn manager.
Обратно към плъгините