Blocks or scales fall damage by intercepting Ham_TakeDamage on the DMG_FALL bit, with an optional landing sound.
Daemon666
1.0.0 - Initial release.
| 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
- Enable the
hamsandwichandfunmodules inmodules.ini. - Compile
csb_no_fall_damage.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.
Instalacja
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
Cvary
| CVAR | Default | Description |
|---|---|---|
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. |
Lista zmian — v1.0.0
1.0.0 - Initial release.Wersje →
Ocena
No ratings yet.
Informacje
Download v1.0.0
Wymagania
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Opcjonalne |
| ReAPI | Opcjonalne |
| Metamod | Metamod / Metamod-r |
| Moduły | hamsandwich fun |
| Znane konflikty | Other plugins that hook Ham_TakeDamage and supercede fall damage can double-handle the same hit. |
Współtwórcy









