CSB No Fall Damage

v1.0.0 0 Downloads Daemon666 Zuletzt aktualisiert: Jul 15, 2026

Blocks or scales fall damage by intercepting Ham_TakeDamage on the DMG_FALL bit, with an optional landing sound.

CSB No Fall Damage removes the frustration of dying to a bad landing on KZ, surf, bhop and climb servers. It hooks Ham_TakeDamage and, whenever the damage type carries the DMG_FALL bit, either blocks the hit entirely (csb_nofall_mult 0) or multiplies it (e.g. 0.5 for half fall damage). A short sound plays on a blocked hard landing as feedback.

Features

  • Full block or partial scaling of fall damage via one cvar.
  • Only fall damage is touched; all other damage is untouched.
  • Optional landing sound on a blocked fall.
  • Works on any CS 1.6 mod through Ham hooks.

Installation

  1. Enable the hamsandwich and fun modules in modules.ini.
  2. Compile csb_no_fall_damage.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Enable the hamsandwich and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_no_fall_damage.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_nofall_enabled 1 Enable or disable fall-damage handling.
csb_nofall_mult 0.0 Fall damage multiplier (0 = block entirely, 0.5 = half, 1 = normal).
csb_nofall_sound 1 Play a sound on a blocked hard landing.

Änderungsprotokoll — v1.0.0

1.0.0 - Initial release.
Versionen →
Mitwirkende: Daemon666 ✦
Lizenz: GPL-3.0

Bewertung

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
.sma herunterladen
Dateien:
csb_no_fall_damage.sma main 2.1 KB

Anforderungen

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module hamsandwich fun
Bekannte Konflikte Other plugins that hook Ham_TakeDamage and supercede fall damage can double-handle the same hit.
Zurück zu den Plugins