mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 23:01:26 +00:00
Merge pull request #1867 from rwixy/SetVehicleProperties-fix
fix: update vehicle properties function call to use xLib
This commit is contained in:
@@ -153,7 +153,7 @@ AddStateBagChangeHandler("VehicleProperties", nil, function(bagName, _, value)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
ESX.Game.SetVehicleProperties(vehicle, value)
|
xLib.game.setVehicleProperties(vehicle, value)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
ESX.SecureNetEvent("esx:setAccountMoney", function(account)
|
ESX.SecureNetEvent("esx:setAccountMoney", function(account)
|
||||||
|
|||||||
Reference in New Issue
Block a user