i have a problem with carhud. the display I display faster than the normal speed display.
Please help
the Client -
client.lua (7.9 KB)
i have a problem with carhud. the display I display faster than the normal speed display.
Please help
the Client -
client.lua (7.9 KB)
Easy fix
Look at the script client.lua where its creating drawing the speed at the screen, if u cant find it lemme know!~;)
Regarding to the native reference ;
result is in meters per second
------------------------------------------------------------
So would the conversion to mph and km/h, be along the lines of this.
float speed = GET_ENTITY_SPEED(veh);
float kmh = (speed * 3.6);
float mph = (speed * 2.236936);
Goodluck! Try and letmeknow
Greets,
NoOneKnows