06.05.2015, 08:58
I remember there was a function for the damage status of a vehicle. Any ways of spawning a vehicle with popped tires?
new vid, panels, doors, lights, tires;
vid = CreateVehicle(...);
GetVehicleDamageStatus(vid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vid, panels, doors, lights, 15);