11.07.2012, 08:46
Hi. I'm not good with binary and stuff. I need to know whether both the back tires are popped on a vehicle, from GetVehicleDamageStatus.
To pop the back two tires, I do this:
But I didn't write that, so I don't understand how to 'reverse' it for GETTING the states.
To pop the back two tires, I do this:
pawn Код:
UpdateVehicleDamageStatus(GetPlayerVehicleID(playerid), Panels, Doors, Lights, 1 | (0 << 1) | (1 << 2) | (0 << 3));