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
- Enable the
hamsandwichandfunmodules inmodules.ini. - Compile
csb_no_fall_damage.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









