CSB Deathmatch Respawn

v1.0.0 0 descargas Daemon666 Última actualización: 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.

Instalación

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.

Registro de cambios — v1.0.0

1.0.0 — Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: Alfred "BAILOPAN" Reynolds (CSDM) 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_csdm_respawn.sma main 4.2 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta hamsandwich cstrike fun
Conflictos conocidos Any other respawn or deathmatch manager (run only one). Do not combine with round-based mods like zombie or match plugins.
Volver a Plugins