24.12.2014, 19:25
Sorry for my bud english ![Roll Eyes (Sarcastic)](images/smilies/rolleyes.png)
Is there a way to not to accelerate a vehicle with the engine running? I tried it with a timer that sets the speed of vehicle to 0 with:
but the vehicle moves the same... any ideas?
![Roll Eyes (Sarcastic)](images/smilies/rolleyes.png)
Is there a way to not to accelerate a vehicle with the engine running? I tried it with a timer that sets the speed of vehicle to 0 with:
Код:
SetVehicleVelocity(vehicleid, 0, 0, 0);