OX Inventory

Install

  • Open ox_inventory/data/items.lua file and configure it according to your preferences.

	['happydad_banana'] = {
		label = 'happydad banana',
		stack = true,
		close = false,
		weight = 10,
	},
		['happydad_box'] = {
		label = 'happydad box',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_tiramisu'] = {
		label = 'happydad box deathrow',
		stack = true,
		close = false,
		weight = 10,
	},
		['happydad_fruitpunch'] = {
		label = 'happydad fruit punch',
		stack = true,
		close = false,
		weight = 10,
	},
		['happydad_grape'] = {
		label = 'happydad grape',
		stack = true,
		close = false,
		weight = 10,
	},
		['happydad_lemonlime'] = {
		label = 'happydad lemonlime',
		stack = true,
		close = false,
		weight = 10,
	},
		['happydad_pineapple'] = {
		label = 'happydad pineapple',
		stack = true,
		close = false,
		weight = 10,
	},
		['happydad_watermelon'] = {
		label = 'happydad watermelon',
		stack = true,
		close = false,
		weight = 10,
	},
		['happydad_wildcherry'] = {
		label = 'happydad wildcherry',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated