Stops spawning inside another player: a hull trace on spawn nudges stuck players to the nearest free spot.
CSB Bad Spawn Fixer kills the classic deathmatch spawn bug where two players share a spawn point and end up stuck inside each other (and telefrag on the next move). On every spawn the plugin runs a human-hull trace at the spawn origin; if it is solid it first lifts the player straight up in small steps, then searches a ring of directions at growing radius until it finds a clear spot, and moves them there with EngFunc_SetOrigin.
Features
- Human-hull collision check on
Ham_Spawnpost. - Vertical lift first, then an outward ring search for free space.
- Zeroes velocity on the nudge so the player lands cleanly.
- Self-contained:
fakemeta+hamsandwichonly.
Installation
- Enable the
fakemetaandhamsandwichmodules inmodules.ini. - Compile
csb_bad_spawn_preventer.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









