This commit is contained in:
Bear
2021-08-04 17:27:20 -05:00
committed by GitHub
parent 914b20c124
commit 772ad40cd4
+2 -2
View File
@@ -570,11 +570,11 @@ QBCore.Functions.SetVehicleProperties = function(vehicle, props)
end
if props.modCustomTiresF ~= nil then
SetVehicleMod(vehicle, 23, props.modCustomTiresF, true)
SetVehicleMod(vehicle, 23, props.modFrontWheels, props.modCustomTiresF)
end
if props.modCustomTiresR ~= nil then
SetVehicleMod(vehicle, 24, props.modCustomTiresR, true)
SetVehicleMod(vehicle, 24, props.modBackWheels, props.modCustomTiresR)
end
if props.modPlateHolder ~= nil then