Daemon666 / CSB Jump Stats Publiczny

Measures each jump's distance and peak speed on landing, announces long jumps and keeps the map's longest jump in nVault.

v1.0.0 118 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Oct 26, 2025 1 Wersje
csb_jump_stats.sma main cef5d35 4.1 KB
README.md

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 /jumprecord shows the current map record.

Installation

  1. Enable the fakemeta and nvault modules in modules.ini.
  2. Compile csb_jump_stats.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Instalacja
1. Enable the fakemeta and nvault modules in addons/amxmodx/configs/modules.ini
2. Put csb_jump_stats.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvary
CVARDefaultDescription
csb_js_enabled 1 Enable or disable jump stats.
csb_js_mindist 200 Minimum jump distance (units) before it is announced.
Komendy
CommandAccessDescription
say /jumprecord Show the longest jump recorded on this map.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły fakemeta nvault
Znane konflikty None known.
Współtwórcy
Wróć do Pluginów