Warning 208 Ayuda
#2

Код:
stock Float:Player_get_speed(playerid)
{
new
Float: Floats[3];

GetVehicleVelocity(GetPlayerVehicleID(playerid), Floats[0], Floats[1], Floats[2]);
return floatsqroot(Floats[0] * Floats[0] + Floats[1] * Floats[1] + Floats[2] * Floats[2]) * 150;
}
Proba asi
Reply


Messages In This Thread
Warning 208 Ayuda - by Skrixel - 08.04.2016, 01:33
Re: Warning 208 Ayuda - by FelipeBlanco - 08.04.2016, 03:02
Re: Warning 208 Ayuda - by NullBot - 08.04.2016, 12:03
Re: Warning 208 Ayuda - by Daniel-92 - 08.04.2016, 22:55

Forum Jump:


Users browsing this thread: 1 Guest(s)