CSDM-style respawning: players come back a moment after death, with spawn protection and topped-up ammo.
Daemon666
1.0.0 — Initial release.
| csb_csdm_respawn.sma main | 1f1ee66 | 4.2 KB |
README.md
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_RoundRespawnfor a clean, native respawn.
Installation
- Put
csb_csdm_respawn.amxxinaddons/amxmodx/plugins/. - Add
csb_csdm_respawn.amxxtoplugins.ini. - Recommended cvars:
mp_freezetime 0, a longmp_roundtime, and disable the round objective on your map rotation. - 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
| CVAR | Default | Description |
|---|---|---|
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. |
Änderungsprotokoll — v1.0.0
1.0.0 — Initial release.Versionen →
Bewertung
No ratings yet.
Info
Download v1.0.0
Anforderungen
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Optional |
| ReAPI | Optional |
| Metamod | Metamod / Metamod-r |
| Module | fakemeta hamsandwich cstrike fun |
| Bekannte Konflikte | Any other respawn or deathmatch manager (run only one). Do not combine with round-based mods like zombie or match plugins. |
Mitwirkende









