Scales climbing speed on ladders in PreThink, with an optional ladder-jump that pushes you off along your aim.
CSB Ladder Speed changes how fast players climb ladders. While a player is on a ladder the engine puts them in MOVETYPE_FLY; the plugin detects that in PlayerPreThink and scales their current velocity by csb_ladder_mult, so climbing is faster (or, below 1.0, slower). An optional ladder-jump pushes the player off the ladder along their aim direction when they press jump — handy on surf and KZ maps.
Features
- Ladder climb speed multiplier (
csb_ladder_mult). - Optional ladder-jump push (
csb_ladder_jump/csb_ladder_push). - Pure server-side; no client changes needed.
Installation
- Enable the
fakemetamodule inmodules.ini. - Compile
csb_ladder_speed.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









