Presenting Fishy’s CarHUD
An Simplistic Minimalist Car Speedometer
with a simple velocity based color change
Preview:
Video:
Click Here For Preview
DL: fishy_carhud.zip (2.8 KB)
NOTES:
For MPH go into client.lua and change
From This
local VehicleSpeed = math.ceil(GetEntitySpeed(veh) * 3.6)
To This
local VehicleSpeed = math.ceil(GetEntitySpeed(veh) * 2.236936)
Also Change HTML where it says KMH to MPH
- FishyDEV
Original source: https://forum.cfx.re/t/release-fishys-carhud/2114944