25.01.2013, 20:24
This is something I really need to learn..
This code makes the back two tires pop:
But the problem is, it makes the front two NOT popped - repairing them if they are already popped. How do I make it so it keeps any others popped?
https://sampwiki.blast.hk/wiki/TireStates
This code makes the back two tires pop:
pawn Код:
GetVehicleDamageStatus(vehicleid, Panels, Doors, Lights, Tires);
UpdateVehicleDamageStatus(vehicleid, Panels, Doors, Lights, 1 | (0 << 1) | (1 << 2) | (0 << 3));
https://sampwiki.blast.hk/wiki/TireStates