CSB Speedometer

v1.0.0 17 downloads Daemon666 Última atualização: Jul 16, 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.

Instalação

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

Cvars

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.

Comandos

CommandAccessDescription
say /speed Toggle the speedometer for yourself.

Registro de alterações — v1.0.0

1.0.0 - Initial release.
Versões →
Colaboradores: Daemon666 ✦
Autor original: Speedometer by KZ community Licença: GPL-3.0

Avaliação

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Baixar .sma
Arquivos:
csb_speedometer.sma main 3.0 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta
Conflitos conhecidos Other plugins that draw a HUD message in the same lower-screen area may overlap this one.
Voltar aos Plugins