Measures each jump's distance and peak speed on landing, announces long jumps and keeps the map's longest jump in nVault.
CSB Jump Stats watches every player in PlayerPostThink. When they leave the ground it stores the takeoff point and starts tracking peak horizontal speed; on landing it measures the horizontal distance covered. Jumps longer than csb_js_mindist are printed to the jumper, and the single longest jump on the current map is stored in an nVault and announced server-wide when someone beats it.
Features
- Distance and peak speed measured per jump.
- Threshold cvar so only notable jumps are announced.
- Per-map longest-jump record persisted in nVault.
say /jumprecordshows the current map record.
Installation
- Enable the
fakemetaandnvaultmodules inmodules.ini. - Compile
csb_jump_stats.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









