Respawns dead players in timed waves every N seconds (up to a max per round) with Ham_CS_RoundRespawn and a countdown HUD for the dead.
Daemon666
1.0.0 - Initial release.
| csb_team_respawn_waves.sma main | 8f34a17 | 2.9 KB |
README.md
CSB Respawn Waves keeps a round alive without full instant respawn. Every N seconds all dead players are brought back with Ham_CS_RoundRespawn, up to a maximum number of waves per round, and dead players see a HUD countdown to the next wave. It is the middle ground between one-life rounds and pure deathmatch.
Features
- Timed respawn waves on a fixed interval.
- Maximum waves per round via
csb_waves_max. - Countdown HUD shown to dead players.
- Uses the game's own round-respawn so spawns are clean.
Installation
- Enable the
hamsandwichmodule inmodules.ini. - Compile
csb_team_respawn_waves.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.
Installation
1. Enable the hamsandwich module in addons/amxmodx/configs/modules.ini 2. Put csb_team_respawn_waves.amxx in addons/amxmodx/plugins/ and add it to plugins.ini 3. Change map
Cvars
| CVAR | Default | Description |
|---|---|---|
csb_waves_enabled |
1 |
Enable or disable respawn waves. |
csb_waves_interval |
10 |
Seconds between waves. |
csb_waves_max |
3 |
Maximum waves per round. |
Journal des modifications — v1.0.0
1.0.0 - Initial release.Versions →
Note
No ratings yet.
Download v1.0.0
Prérequis
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Optionnel |
| ReAPI | Optionnel |
| Metamod | Metamod / Metamod-r |
| Modules | hamsandwich |
| Conflits connus | Do not run with an instant-respawn plugin; they will fight over dead players. |
Contributeurs









