mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +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
|
||||
end
|
||||
|
||||
ESX.Game.SetVehicleProperties(vehicle, value)
|
||||
xLib.game.setVehicleProperties(vehicle, value)
|
||||
end)
|
||||
|
||||
ESX.SecureNetEvent("esx:setAccountMoney", function(account)
|
||||
|
||||
Reference in New Issue
Block a user