⚰️ Remove ShowInventory method in add,remove inventory trigger

This commit is contained in:
Gellipapa
2023-07-08 21:04:30 +02:00
parent 80b8285db1
commit 332fa8a3d8
-4
View File
@@ -293,8 +293,6 @@ if not Config.OxInventory then
if showNotification then
ESX.UI.ShowInventoryItemNotification(true, item, count)
end
ESX.ShowInventory()
end)
RegisterNetEvent('esx:removeInventoryItem')
@@ -310,8 +308,6 @@ if not Config.OxInventory then
if showNotification then
ESX.UI.ShowInventoryItemNotification(false, item, count)
end
ESX.ShowInventory()
end)
RegisterNetEvent('esx:addWeapon')