CSB KZ Timer

v1.0.0 0 Downloads Daemon666 Zuletzt aktualisiert: Jul 14, 2026

Kreedz climb timer: start/end button detection, live HUD, checkpoints and per-map records in nVault.

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_Use on func_button target names.
  • Live HUD timer (mm:ss.mmm) and jump counter.
  • Checkpoints: /cp to save, /tp to teleport back, /start to reset.
  • Personal best (/pb) and a top-ten (/top), persisted per map in nVault.

Installation

  1. Put csb_kz_timer.amxx in addons/amxmodx/plugins/.
  2. Add it to plugins.ini.
  3. Make sure the nvault module is enabled in modules.ini (it is by default).
  4. 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

CVARDefaultDescription
csb_kz_enabled 1 Master switch for the KZ timer.

Befehle

CommandAccessDescription
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.

Änderungsprotokoll — v1.0.0

1.0.0 — Initial release.
Versionen →
Mitwirkende: Daemon666 ✦
Ursprünglicher Autor: KZ Timer / xJ Timer authors Lizenz: GPL-3.0

Bewertung

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
.sma herunterladen
Dateien:
csb_kz_timer.sma main 9.4 KB

Anforderungen

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module fakemeta hamsandwich fun nvault
Bekannte Konflikte Other timer/bhop plugins that also teleport or hook func_button use.
Zurück zu den Plugins