need help with speedometer
#6

pawn Код:
new Float:vx, Float:vy, Float:vz, Float:vel;
vel = GetVehicleVelocity(GetPlayerVehicleID(playerid), vx, vy, vz);
vel = (floatsqroot(((vx*vx)+(vy*vy))+(vz*vz))* 181.5);
Reply


Messages In This Thread
need help with speedometer - by MrTinder - 26.10.2013, 13:18
Re: need help with speedometer - by MrTinder - 26.10.2013, 16:01
Re: need help with speedometer - by DanishHaq - 26.10.2013, 16:02
Re: need help with speedometer - by MrTinder - 26.10.2013, 16:38
Re: need help with speedometer - by MrTinder - 26.10.2013, 18:22
Re: need help with speedometer - by Pottus - 26.10.2013, 18:45
Re: need help with speedometer - by LoLeC - 26.10.2013, 19:09
Re: need help with speedometer - by Pottus - 26.10.2013, 19:27
Re: need help with speedometer - by RayDcosta - 26.10.2013, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)