This is a simple speedometer for FiveM with the ability to hide the radar (minimap) if the player is not in a vehicle. Each of these features can be used separately. The speedometer can also change colors based on 5 speed levels.
It should work on any FiveM CitizenFX server.
Tested on ESX.
Just throw it into your resources folder and add the following line to your server.cfg
start noradar_speedometer
- If you don't want to disable the radar(minimap) when the player is not in a vehicle, you have to set
Config.RadarToggler
tofalse
inconfig.lua
- If you want to use only the radar disabler, and you don't want the speedometer, you have to set
Config.SpeedometerToggler
tofalse
inconfig.lua
- No radar
- Speedometer mph
- Speedometer km/h
- If you're using the radar disabler, you'll lose the oxygen bar (which shows if you're underwater).