14.04.2014, 06:14
Wiki example:
The door values are found here: https://sampwiki.blast.hk/wiki/DoorStates
For example:
Something like ^.
pawn Код:
new panels, doors, lights, tires;
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, 15); //Setting tires to 15 will pop them all
For example:
pawn Код:
UpdateVehicleDamageStatus(vehicleid, panels, 1, lights, tires);