[Ajuda] Medir velocidade do veiculo
#1

O titulo jб fala tudo, qual a funзгo que mede a velocidade de um veiculo? Pesquisei no Search e nгo achei
Reply
#2

Tente:
PHP код:
stock GetVehicleSpeed(vehicleid)
{
    new 
Float:xPos[3];
    
GetVehicleVelocity(vehicleidxPos[0], xPos[1], xPos[2]);
    return 
floatround(floatsqroot(xPos[0] * xPos[0] + xPos[1] * xPos[1] + xPos[2] * xPos[2]) * 170.00);

Reply
#3

Quote:
Originally Posted by nzt
Посмотреть сообщение
Tente:
PHP код:
stock GetVehicleSpeed(vehicleid)
{
    new 
Float:xPos[3];
    
GetVehicleVelocity(vehicleidxPos[0], xPos[1], xPos[2]);
    return 
floatround(floatsqroot(xPos[0] * xPos[0] + xPos[1] * xPos[1] + xPos[2] * xPos[2]) * 170.00);

Vlw, +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)