Installation
Here we need to add a few exports that are not default in QB Inventory.
exports('AddToStash',AddToStash)
exports('RemoveFromStash',RemoveFromStash)
exports('GetStashItems',GetStashItems)exports.qb_inventory:AddToStash(stashID, slot, otherslot, itemName, amount, info)exports.qb_inventory:RemoveFromStash(stashId, slot, itemName, amount)exports.qb_inventory:GetStashItems(stashId)