OX Inventory

Install

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

['fries_buffalo'] = {
		label = 'fries buffalo',
		stack = true,
		close = false,
		weight = 10,
	},
	['fries_cheese'] = {
		label = 'fries cheese',
		stack = true,
		close = false,
		weight = 10,
	},
	['fries_voodoo'] = {
		label = 'fries voodoo',
		stack = true,
		close = false,
		weight = 10,
	},
	['showcasewings'] = {
		label = 'show case wings',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_atomic.'] = {
		label = 'single wing atomic.',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_cajun'] = {
		label = 'single wing cajun',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_garlicparm'] = {
		label = 'single wing garlic parm',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_hawaiian'] = {
		label = 'single wing hawaiian',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_hickorysmokedbbq'] = {
		label = 'single wing hickory smoked bbq',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_hothoneyrub'] = {
		label = 'single wing hot honey rub',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_lemonpepper'] = {
		label = 'single wing lemon pepper',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_louisianarub'] = {
		label = 'single wing louisiana rub',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_mangohabanero'] = {
		label = 'single wing mango habanero',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_orighot'] = {
		label = 'single wing orig hot',
		stack = true,
		close = false,
		weight = 10,
	},
	['singlewing_spicykoreanq'] = {
		label = 'single wing spicy korean',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_atomic'] = {
		label = 'wings atomic',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_cajun'] = {
		label = 'wings cajun',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_garlicparm'] = {
		label = 'wings garlic parm',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_hawaiian'] = {
		label = 'wings hawaiian',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_hickorysmaokedbbq'] = {
		label = 'wing hickory smoked bbq',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_hothoneyrub'] = {
		label = 'wings hot honey rub',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_lemonpepper'] = {
		label = 'wings lemon pepper',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_louisianarub'] = {
		label = 'wings louisiana rub',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_mangohabanero'] = {
		label = 'wings mango habanero',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_orighot'] = {
		label = 'wings orig hot',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_plain'] = {
		label = 'wings plain',
		stack = true,
		close = false,
		weight = 10,
	},
	['wings_spicykorenanq'] = {
		label = 'wings spicy Korean,
		stack = true,
		close = false,
		weight = 10,
	},

Last updated