CSB Speedometer

v1.0.0 0 загрузок Daemon666 Обновлено: Jul 15, 2026

Live horizontal-speed HUD (units/s) with colour thresholds and a KZ-style peak-speed line, toggled with /speed.

CSB Speedometer shows how fast you are actually moving. On a short task it reads pev_velocity, drops the vertical component and prints the horizontal speed in units/s as a live HUD number. The number changes colour as you cross the csb_speed_mid and csb_speed_fast thresholds, and a KZ-style peak speed line tracks the fastest you reached during the current life (it resets on every spawn).

Features

  • Horizontal speed in units/s from pev_velocity.
  • Green / amber / red colour thresholds you can tune with cvars.
  • Peak-speed line per life, reset on spawn.
  • Per-player toggle with say /speed.

Installation

  1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini.
  2. Compile csb_speedometer.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Установка

1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_speedometer.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvar-ы

CVARDefaultDescription
csb_speed_enabled 1 Enable or disable the speedometer.
csb_speed_mid 300 Speed (u/s) at which the number turns amber.
csb_speed_fast 500 Speed (u/s) at which the number turns red.
csb_speed_peak 1 Show the per-life peak speed line.

Команды

CommandAccessDescription
say /speed Toggle the speedometer for yourself.

История изменений — v1.0.0

1.0.0 - Initial release.
Версии →
Участники: Daemon666 ✦
Оригинальный автор: Speedometer by KZ community Лицензия: GPL-3.0

Рейтинг

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Скачать .sma
Файлы:
csb_speedometer.sma main 3.0 KB

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta
Известные конфликты Other plugins that draw a HUD message in the same lower-screen area may overlap this one.
Назад к плагинам