CSB Anti Boost

v1.0.0 0 изтегляния Daemon666 Последна актуализация: Jul 15, 2026

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_groundentity pointing 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

  1. Enable the fakemeta module in modules.ini.
  2. Compile csb_anti_boost.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Инсталация

1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_anti_boost.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvar-и

CVARDefaultDescription
csb_antiboost_enabled 1 Enable or disable anti-boost.
csb_antiboost_grace 3 Scan ticks a player may stand on another before being pushed off (~0.4s each).
csb_antiboost_push 320 Horizontal shove speed applied when pushing a booster off.

Списък с промени — v1.0.0

1.0.0 - Initial release.
Версии →
Сътрудници: Daemon666 ✦
Лиценз: GPL-3.0

Оценка

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Изтегли .sma
Файлове:
csb_anti_boost.sma main 2.9 KB

Изисквания

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули fakemeta
Известни конфликти On maps that intentionally use player boosts (some surf/climb setups) this will interfere; disable it there.
Обратно към плъгините