[PAID] Lyxos Backpack System (simple) [ox_inventory]

Lyxos Backpack - Simple Backpack for ox_inventory

Showcase

Features:

  • Auto- Updated Backpack weight
  • Allow only one backpack (from each type)
  • Allow one backpack
  • Simple Configuration

Screenshots & Gifs:

Opening Backpack:
gif

Backpack Open:

Buy here:

Docs:

Information:

Code is accessible Yes and No (Escrow Version: NO - Version: YES)
Subscription-based No
Lines (approximately) 320
Requirements ox_inventory
Support Yes
1 Like

Says “No Export openBackpack in resource”

I mean surely this script you can just do for free lmao just get the backpack item and make it a container with your own slots and weight and whitelist/blacklist

1 Like

I’m sorry, that was my mistake in my testing, the item doesn’t need a server export. I forgot to update the item snippet in the config file, this is the correct item:

['backpack'] = {
	label = 'Backpack',
	weight = 2500,
	stack = false,
	close = true,
	consume = 0,
	client = {
		anim = { dict = 'mp_common', clip = 'givetake1_a' }
	}
}

Ight, ty