mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix: missing and invalid types and parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user