fix: update vehicle properties function call to use xLib

This commit is contained in:
Ihsan
2026-08-21 11:38:07 +05:30
parent 2f7bada4ab
commit 5e6332b857
+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)