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
- Enable the
fakemetamodule inaddons/amxmodx/configs/modules.ini. - Compile
csb_speedometer.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









