Daemon666 / CSB Random Spawns Público

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

v1.0.0 131 descargas GPL-3.0 Última actualización Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 15, 2025 1 Versiones
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.
Instalación
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
Cvars
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.
Registro de cambios — v1.0.0
1.0.0 - Initial release.
Versiones →
Valoración

No ratings yet.

Acerca de
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Descargar .sma
Requisitos
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos hamsandwich fakemeta engine
Conflictos conocidos Conflicts with CSDM-style spawn managers that also move players at spawn; run only one.
Colaboradores
Volver a Plugins