CSB Ladder Speed

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

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

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

Installation

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

CVARs

CVARDefaultDescription
csb_ladder_enabled 1 Enable or disable ladder speed scaling.
csb_ladder_mult 1.6 Velocity multiplier while on a ladder (1.0 = normal).
csb_ladder_jump 1 Allow pressing jump to push off the ladder.
csb_ladder_push 300 Push speed applied when jumping off a ladder.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_ladder_speed.sma main 2.5 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta
Known conflicts Other movement plugins that overwrite velocity in PreThink/PostThink can interact with the ladder scaling.
Back to Plugins