Teammates pass through each other instead of blocking, so nobody can bodyblock. Great for Deathrun, KZ, HNS and Jailbreak.
CSB Semiclip stops teammates from bodyblocking each other. During a player's own physics step every nearby teammate is briefly made non-solid, so movement never collides with a friend; solidity is restored one step later, and AddToFullPack mirrors the change into the client's prediction so there is no jitter. Shooting is unaffected.
It is a clean-room GPL re-implementation inspired by the classic Semiclip by ConnorMcLeod.
Features
- Per-player solidity toggling in
PlayerPreThink/PlayerPostThink - Optional team-only mode, so enemies still block normally
- Configurable proximity range to keep the loop cheap
- No client-side collision prediction between teammates
Installation
- Put
csb_semiclip.amxxinaddons/amxmodx/plugins/ - Add
csb_semiclip.amxxtoplugins.ini - Change the map









