23.04.2016, 14:35
pawn Код:
new panels, doors, lights, tires;
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
if(panels != 0 || doors != 0 || lights != 0 || tires != 0)
{
RepairVehicle(vehicleid);
}
Am I using this correctly?