10.05.2015, 17:57
I plan to make a flash system, but I'm not sure how the damage is stored? If I wanted to fix the front right light for instance, what would I do to update it/get which is damage?
pawn Код:
new panels, doors, lights, tires;
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, tyres);