Go into client.lua and edit
data.Speed = GetEntitySpeed(veh) * 3.6
change it to this
data.Speed = GetEntitySpeed(veh) * 2.23694|
THEN
open index.html in notepad++ or something,
Then change the line that says this
<div class="Speed-KM">KP/H</div>
to
<div class="Speed-KM">MPH</div>
1 Like
I love this speedo I just have a problem when I get out of my car it stays on and cannot turn off why is that?
I’ve seen several others have this issue, glad it’s not just me. Can’t turn off vehicle engines.
client.lua (2.7 KB)
replace your client lua with this one.
this will fix the engines not turning off and
I also added a way to toggle the speedometer off and on for photos.
/togglespeedo
1 Like
client.lua (2.7 KB)
/togglespeedo
also fixed cars not shutting off
is it possible to get it into MPH?