Closed Mergevos closed 1 year ago
Whenever I set aforementioned one with UpdateVehicleDamageStatus, nothing happens, but when I use 64 instead it works correctly, and back lights shuts.
UpdateVehicleDamageStatus
UpdateVehicleDamageStatus(GetPlayerVehicleID(playerid), VEHICLE_PANEL_STATUS: 0, VEHICLE_DOOR_STATUS: 0, CARLIGHT_REAR_BROKEN, VEHICLE_TYRE_STATUS: 0);
Yes, it should be 64, as is documented here: https://team.sa-mp.com/wiki/Light_States.html
64
Whenever I set aforementioned one with
UpdateVehicleDamageStatus
, nothing happens, but when I use 64 instead it works correctly, and back lights shuts.UpdateVehicleDamageStatus(GetPlayerVehicleID(playerid), VEHICLE_PANEL_STATUS: 0, VEHICLE_DOOR_STATUS: 0, CARLIGHT_REAR_BROKEN, VEHICLE_TYRE_STATUS: 0);