distance
#1

pawn Код:
vInfo[iVehicleID][vMeters] += floatround(floatdiv(GetVehicleSpeed(iVehicleID), 65));
if(vInfo[iVehicleID][vMeters] > 9)
{
    vInfo[iVehicleID][vKm] += 1;
    vInfo[iVehicleID][vMeters] = 0;
}
Now it increases pretty fast, how to slow it down? This code is executed in timer (350ms).
Reply
#2

350 ms? do you what does that means? it means less than a second!
what you gonna do is to increase the timer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)