Limit vehicle topspeed
#3

Код:
foreach(new vehicleid : Vehicles)
{
new topspeed = 100;
if(GetVehicleVelocity(vehicleid) > topspeed)
{
SetVehicleVelocity(vehicleid) = topspeed;
}
}
Hope you get the idea.
Reply


Messages In This Thread
Limit vehicle topspeed - by MayaEU - 20.06.2016, 20:30
Re: Limit vehicle topspeed - by F1N4L - 20.06.2016, 20:32
Re: Limit vehicle topspeed - by XVlaDX - 20.06.2016, 23:35
Re: Limit vehicle topspeed - by Lynn - 20.06.2016, 23:49

Forum Jump:


Users browsing this thread: 1 Guest(s)