Merge pull request #1867 from rwixy/SetVehicleProperties-fix

fix: update vehicle properties function call to use xLib
This commit is contained in:
_Not_
2026-08-21 18:20:53 -05:00
committed by GitHub
+1 -1
View File
@@ -153,7 +153,7 @@ AddStateBagChangeHandler("VehicleProperties", nil, function(bagName, _, value)
return
end
ESX.Game.SetVehicleProperties(vehicle, value)
xLib.game.setVehicleProperties(vehicle, value)
end)
ESX.SecureNetEvent("esx:setAccountMoney", function(account)