1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-09 20:02:47 +02:00
parent 8dbe79a29d
commit 369af59fc9
4 changed files with 12 additions and 4 deletions

View file

@ -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)