[Ajuda] Getar velocidade ?
#3

nгo entendi mais para almentar a velocidade do velocimetro

pawn Код:
stock 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 < isso.3; // Aqui que eu marquei faz o velocimetro mudar de velocidade se vc por o 100 em 150 o velocimetro com o infernus vai chegar a 200 por ai para chegar a 180 ponhe 140 acho que vai chegar
    return floatround(ST[3]);
}
desculpe se nгo for isso man foi isso que entendi
Reply


Messages In This Thread
Getar velocidade ? - by Gleisson_. - 15.06.2013, 21:45
Re: Getar velocidade ? - by BielCOP - 15.06.2013, 22:04
Re: Getar velocidade ? - by Standby - 15.06.2013, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)