Stops players standing on each other's heads by detecting a player ground entity and shoving the top player off.
CSB Anti Boost is a must-have on Deathrun and Hide-and-Seek maps where players stack on each other's heads to reach spots they should not. A task samples every player's ground entity; when a player has stood on another player longer than a short grace period, the plugin shoves them off — upward plus a horizontal push away from the base player — and warns them in chat.
Features
- Detects boosting via
pev_groundentitypointing at another player. - Grace period so a brief brush-past is not punished (
csb_antiboost_grace). - Configurable shove strength (
csb_antiboost_push). - Pure
fakemeta; no external modules or reapi.
Installation
- Enable the
fakemetamodule inmodules.ini. - Compile
csb_anti_boost.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









