fix: missing and invalid types and parameters

This commit is contained in:
Linden
2023-02-25 18:20:14 +11:00
parent b779ea7c3b
commit b3b49b1cbd
6 changed files with 11 additions and 9 deletions

View File

@@ -371,7 +371,7 @@ function lib.setVehicleProperties(vehicle, props)
if state == 1 then
SetVehicleTyreBurst(vehicle, tyre, false, 1000.0)
else
SetVehicleTyreBurst(vehicle, tyre, true)
SetVehicleTyreBurst(vehicle, tyre, true, 1000.0)
end
end
end
@@ -594,4 +594,4 @@ function lib.setVehicleProperties(vehicle, props)
end
return true
end
end