Daemon666 / CSB Random Spawns Publiczny

Randomizes which spawn point a player gets each respawn, validating points with a hull trace and distance check.

v1.0.0 131 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 15, 2025 1 Wersje
csb_random_spawns.sma main f0141bf 4.0 KB
README.md

CSB Random Spawns collects every info_player_deathmatch, info_player_start and info_vip_start at map start and picks a random free point at each respawn. A point is only used when a player hull fits there (hull trace) and no living player stands within csb_rspawns_mindist units, which removes most spawn-camping on deathmatch and gungame servers.

Features

  • Works on any map without extra config.
  • Occupied and blocked points are skipped automatically.
  • Spawn view angles are preserved from the entity.

Installation

  1. Enable the hamsandwich and engine modules in modules.ini.
  2. Compile, copy to addons/amxmodx/plugins/, add to plugins.ini, change map.
Instalacja
1. Compile the .sma (or use the site compiler)
2. Put the .amxx in addons/amxmodx/plugins/
3. Add it to addons/amxmodx/configs/plugins.ini
4. Change map
Cvary
CVARDefaultDescription
csb_rspawns_enabled 1 Enable randomized spawn assignment.
csb_rspawns_mindist 70.0 Minimum distance to the nearest living player for a spawn to be used.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły hamsandwich fakemeta engine
Znane konflikty Conflicts with CSDM-style spawn managers that also move players at spawn; run only one.
Współtwórcy
Wróć do Pluginów