forked from Simnation/Main
ed
This commit is contained in:
parent
8dbe79a29d
commit
369af59fc9
4 changed files with 12 additions and 4 deletions
|
@ -10217,4 +10217,12 @@ QBShared.Items = {
|
|||
},
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
TriggerEvent("__cfx_export_tgiann-inventory_Items", function(ref)
|
||||
if not ref then return end
|
||||
QBShared.Items = ref()
|
||||
end)
|
||||
|
||||
AddEventHandler("tgiann-inventory:itemList", function(items)
|
||||
QBShared.Items = items
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue