Daemon666 / CSB No Fall Damage Публичный

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

v1.0.0 134 загрузок GPL-3.0 Обновлено Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 24, 2026 1 Версии
csb_no_fall_damage.sma main 2c52510 2.1 KB
README.md

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.
Установка
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
Cvar-ы
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.
История изменений — v1.0.0
1.0.0 - Initial release.
Версии →
Рейтинг

No ratings yet.

О плагине
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Скачать .sma
Требования
AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули hamsandwich fun
Известные конфликты Other plugins that hook Ham_TakeDamage and supercede fall damage can double-handle the same hit.
Участники
Назад к плагинам