CSB Deathmatch Respawn

v1.0.0 0 downloads Daemon666 Last updated: Jul 14, 2026

CSDM-style respawning: players come back a moment after death, with spawn protection and topped-up ammo.

A lightweight CSDM-style deathmatch core. Instead of waiting out the round, players respawn a short, configurable delay after dying, get a few seconds of spawn protection (godmode plus a glow shell so everyone can see it) and have their backpack ammo refilled so the fighting never stops.

This is an independent GPL re-implementation inspired by CSDM by Alfred "BAILOPAN" Reynolds and the AMX Mod X team. It is written from scratch on fakemeta/hamsandwich and does not reuse their source.

Features

  • Automatic respawn after a configurable delay (csb_csdm_respawn_delay).
  • Spawn protection with a visible glow, cleared on a timer (csb_csdm_protection).
  • Armor top-up and per-weapon backpack ammo refill on spawn.
  • Uses Ham_CS_RoundRespawn for a clean, native respawn.

Installation

  1. Put csb_csdm_respawn.amxx in addons/amxmodx/plugins/.
  2. Add csb_csdm_respawn.amxx to plugins.ini.
  3. Recommended cvars: mp_freezetime 0, a long mp_roundtime, and disable the round objective on your map rotation.
  4. Change the map.

Installation

1. Put csb_csdm_respawn.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Set mp_freezetime 0 and a long mp_roundtime for the best flow
4. Change the map

CVARs

CVARDefaultDescription
csb_csdm_enabled 1 Master switch for the deathmatch respawn core.
csb_csdm_respawn_delay 1.5 Seconds between death and respawn.
csb_csdm_protection 3.0 Seconds of spawn protection (0 to disable).
csb_csdm_armor 100 Armor given on spawn (0 to disable).
csb_csdm_refill 1 Refill backpack ammo on spawn.

Changelog — v1.0.0

1.0.0 — Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: Alfred "BAILOPAN" Reynolds (CSDM) License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_csdm_respawn.sma main 4.2 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta hamsandwich cstrike fun
Known conflicts Any other respawn or deathmatch manager (run only one). Do not combine with round-based mods like zombie or match plugins.
Back to Plugins