[Ajuda] Velocidade alta
#5

Quote:
Originally Posted by paulor
Посмотреть сообщение
O negocio й o seguinte eu nгo tirei isso de nada, й logica se vocк usa um Variбvel Float vocк terб que ter uma funзгo que retorne Float, soh nгo deu certo pois tem o floatround no retorno.

pawn Код:
stock Float: GetPlayerSpeed(playerid)
{
    new Float:ST[4];
    if(IsPlayerInAnyVehicle(playerid))
    GetVehicleVelocity(GetPlayerVehicleID(playerid),ST[0],ST[1],ST[2]);
    else GetPlayerVelocity(playerid,ST[0],ST[1],ST[2]);
    ST[3] = floatsqroot(floatpower(floatabs(ST[0]), 2.0) + floatpower(floatabs(ST[1]), 2.0) + floatpower(floatabs(ST[2]), 2.0)) * 100.3;
    return ST[3];
}
kkkkkkkkkkkkkkkkk

Com isso ae bugo tudo ...

Voce te dar uma noзao .

Fiz duas msg para mostrar a media e a velocidade a velocidade ta certa a media nao ...
Reply


Messages In This Thread
Velocidade alta - by Don_Speed - 04.11.2012, 12:57
Re: Velocidade alta - by paulor - 04.11.2012, 13:01
Re: Velocidade alta - by Don_Speed - 04.11.2012, 13:10
Re: Velocidade alta - by paulor - 04.11.2012, 13:22
Re: Velocidade alta - by Don_Speed - 04.11.2012, 13:39
Re: Velocidade alta - by paulor - 04.11.2012, 13:47
Re: Velocidade alta - by Don_Speed - 04.11.2012, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)