[Ayuda] Como Hacer Eso... GetVehicleVelocity...
#4

Quote:
Originally Posted by Kurama
Посмотреть сообщение
pawn Код:
stock GetPlayerVehicleSpeed(playerid){
    new vehicleid = GetPlayerVehicleID(playerid);
    if(!vehicleid) return -1;
    new Float:speed_x, Float:speed_y, Float:speed_z;
    GetVehicleVelocity(vehicleid,speed_x,speed_y,speed_z);
    return floatround(floatsqroot(((speed_x*speed_x)+(speed_y*speed_y))+(speed_z*speed_z))*136.666667,floatround_round);
}
Podes usarla en OnPlayerUpdate para un textdraw.
eso lo que estaba haciendo al l o primero pero no me detecta , es para un velocimetro y son numeros en un texdraw, y yo quiero que cuando llegue a pore ejemplo a 120 de velocidad le muestre el texdraw que dice 120.

Como deberia poner el if en OnPlayerUpdate? debe esta mal puesto.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)