Items cannot be local?

https://github.com/ESX-Org/esx_addoninventory/issues/15
This commit is contained in:
JaroSound
2019-06-04 18:22:24 +02:00
committed by GitHub
parent 8d47719dbf
commit a4f28663c4
+2 -1
View File
@@ -1,4 +1,5 @@
local InventoriesIndex, Inventories, SharedInventories, Items = {}, {}, {}, {}
Items = {}
local InventoriesIndex, Inventories, SharedInventories = {}, {}, {}
ESX = nil
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)