13.12.2009, 00:44
Quote:
Originally Posted by devteamsnDOTcom
Ok, I have a car spawning command so what would happen if I leave it to 2,000 cars?
|
Just use your own amount (amount of vehicles you're using in your script).
OR you could search for "OnVehicleLoseHealth"-callback or something similar and use RepairVehicle(...) function in this callback.