This resource was created as a free script for backpacks using ox_inventory
Features:
- 0.0 ms Usage
- Perisistent backpack prop added to back when in inventory
- Customizable item name and storage parameters
- Compatibility for ox_core, ESX, QBCore, whatever else running ox_inventory
- Download this script
- Add backpack to inventory as it is in "Extra Information" below
- Add backpack image to inventory images (found in
wasabi_backpack/_inventory_images/backpack.png
) - Put script in your
resources
directory - ensure
wasabi_backpack
afterox_lib
but beforeox_inventory
- ox_inventory
Item to add to ox_inventory/data/items.lua
['backpack'] = {
label = 'Backpack',
weight = 220,
stack = false,
consume = 0,
client = {
export = 'wasabi_backpack.openBackpack'
}
},