08.07.2012, 17:26
Hi,
I have the following formula to calculate the speed of a vehicle (km/h):
It doesn't work perfectly, I think.
Can anybody help me?
I have the following formula to calculate the speed of a vehicle (km/h):
Код:
new Float:v, Float:x, Float:y, Float:z; GetVehicleVelocity(GetPlayerVehicleID(playerid), x, y, z); v = floatround((x + y + z) / 0.003, floatround_floor);
Can anybody help me?