tag mismach
#2

Код:
stock Float:GetVehicleVelocityEx(VehicleID) 
{ 
    new Float:V[3]; 
    new Float:Velocity; 
    GetVehicleVelocity(VehicleID, V[0], V[1], V[2]); 
    Velocity = floatsqroot(V[0]*V[0] + V[1]*V[1] + V[2]*V[2]); 
    return Velocity * 100;
}
could work
Reply


Messages In This Thread
tag mismach - by S0n1COwnsYou - 11.06.2013, 10:14
Re: tag mismach - by Sascha - 11.06.2013, 10:24
Re: tag mismach - by S0n1COwnsYou - 11.06.2013, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)