diff --git a/resource/vehicleProperties/client.lua b/resource/vehicleProperties/client.lua index 3ebfbc490..4c694607a 100644 --- a/resource/vehicleProperties/client.lua +++ b/resource/vehicleProperties/client.lua @@ -663,7 +663,7 @@ function lib.setVehicleProperties(vehicle, props, fixVehicle) end if props.bulletProofTyres ~= nil then - SetVehicleTyresCanBurst(vehicle, props.bulletProofTyres) + SetVehicleTyresCanBurst(vehicle, not props.bulletProofTyres) end if gameBuild >= 2372 and props.driftTyres ~= nil then