Kreedz climb timer: start/end button detection, live HUD, checkpoints and per-map records in nVault.
Daemon666
1.0.0 — Initial release.
| csb_kz_timer.sma main | b48c4cc | 9.4 KB |
README.md
A Kreedz (climb) timer. The run starts when a player presses a start button and stops on the end/counter button — detected by the button's targetname containing start or end/finish/counter, which is how most climb maps are built. A live HUD shows elapsed time and jump count, checkpoints let you practice, and finish times are stored per map in nVault.
Independent GPL re-implementation inspired by the classic KZ Timer / xJ Timer plugins.
Features
- Automatic start/stop via
Ham_Useonfunc_buttontarget names. - Live HUD timer (mm:ss.mmm) and jump counter.
- Checkpoints:
/cpto save,/tpto teleport back,/startto reset. - Personal best (
/pb) and a top-ten (/top), persisted per map in nVault.
Installation
- Put
csb_kz_timer.amxxinaddons/amxmodx/plugins/. - Add it to
plugins.ini. - Make sure the
nvaultmodule is enabled inmodules.ini(it is by default). - Change to a
kz_/climb_map.
Installation
1. Put csb_kz_timer.amxx in addons/amxmodx/plugins/ 2. Add it to plugins.ini 3. Ensure the nvault module is loaded 4. Change to a kz_/climb_ map
CVARs
| CVAR | Default | Description |
|---|---|---|
csb_kz_enabled |
1 |
Master switch for the KZ timer. |
Commands
| Command | Access | Description |
|---|---|---|
say /cp |
|
Save a checkpoint at your position. |
say /tp |
|
Teleport to your saved checkpoint. |
say /start |
|
Reset your run. |
say /pb |
|
Show your personal best for this map. |
say /top |
|
Show the map's top-ten times. |
Changelog — v1.0.0
1.0.0 — Initial release.Versions →
Rating
No ratings yet.
About
Download v1.0.0
Requirements
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Not required |
| ReAPI | Not required |
| Metamod | Metamod / Metamod-r |
| Required modules | fakemeta hamsandwich fun nvault |
| Known conflicts | Other timer/bhop plugins that also teleport or hook func_button use. |
Contributors









