Last updated 9 hours ago
Go to qb-inventory/server/main.lua > search for qb-inventory:server:closeInventory event and add the following line:
qb-inventory/server/main.lua
TriggerEvent("av_scripts:inventorySaved", src, nil, inventory)
Go to qs-inventory/server/custom/misc/SaveInventory.lua and search for event handleInventoryClosed, add the following line:
qs-inventory/server/custom/misc/SaveInventory.lua
TriggerEvent("av_scripts:inventorySaved", src, type, id)
If your inventory is NOT listed here then you don't need to modify anything.