Inventories

  • Go to qb-inventory/server/functions.lua and add the following export right after function InitializeInventory()

exports('registerInventory', InitializeInventory)
  • Should look something like this:

  • Go to qb-inventory/server/main.lua and add the following code in line 482 inside the 'qb-inventory:server:SetInventoryData' event:

if toInventory:find('itemsrefund') then return end
  • Should look something like this:

Last updated