Daemon666 / CSB Wall Climb Public

Hold +use facing a wall to climb it, with a draining stamina bar that refills on the ground.

v1.0.0 123 downloads GPL-3.0 Last updated Aug 18, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Apr 4, 2026 1 Versions
csb_wall_climb.sma main c7ece65 4.1 KB
README.md

CSB Wall Climb lets any player scale walls: hold +use (E) while airborne and facing a wall - detected by a short traceline from the eyes - and a steady upward velocity is applied each frame. Climbing drains a stamina bar shown in HUD; the bar refills while standing on the ground, and an empty bar stops the climb, so tall walls cannot be hovered indefinitely.

Features

  • Traceline wall detection, works on any map.
  • Stamina system with configurable drain/regen rates.
  • HUD stamina bar while climbing.

Installation

  1. Enable the fakemeta and engine modules.
  2. Compile, install, add to plugins.ini, change map.
Installation
1. Compile the .sma (or use the site compiler)
2. Put the .amxx in addons/amxmodx/plugins/
3. Add it to addons/amxmodx/configs/plugins.ini
4. Change map
CVARs
CVARDefaultDescription
csb_climb_enabled 1 Enable wall climbing.
csb_climb_speed 180.0 Upward velocity applied while climbing.
csb_climb_stamina 100.0 Maximum stamina.
csb_climb_drain 18.0 Stamina drained per second of climbing.
csb_climb_regen 30.0 Stamina regained per second on the ground.
Commands
CommandAccessDescription
say /climb Show a short usage hint.
Changelog — v1.0.0
1.0.0 - Initial release.
Versions →
Rating

No ratings yet.

About
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Download source (.sma)
Requirements
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta engine
Contributors
Back to Plugins