Daemon666 / CSB Speedometer Público

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

v1.0.0 162 descargas GPL-3.0 Última actualización Aug 22, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 21, 2025 1 Versiones
csb_speedometer.sma main bd857cf 3.0 KB
README.md

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.
Instalación
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 cambios — v1.0.0
1.0.0 - Initial release.
Versiones →
Valoración

No ratings yet.

Acerca de
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Descargar .sma
Requisitos
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta
Conflictos conocidos Other plugins that draw a HUD message in the same lower-screen area may overlap this one.
Colaboradores
Volver a Plugins