OX Inventory

Install

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

	['bowl_frenchonionsoup'] = {
		label = 'french onion soup',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_loadedpotatosoup'] = {
		label = 'loaded potato soup',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_buffalochickendip'] = {
		label = 'buffalo chicken dip',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_chickenparm'] = {
		label = 'chicken parm',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_chickentendersandfries'] = {
		label = 'chicken tenders and fries',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_chocolatecake'] = {
		label = 'chocolate cake',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_filetmigon'] = {
		label = 'filet migon',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_grilledshrimp'] = {
		label = 'grilled shrimp',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_moltenlavacake'] = {
		label = 'molten lava cake',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_nystrip'] = {
		label = 'ny strip',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_ribeyesteak'] = {
		label = 'ribeye steak',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_ribscornmac'] = {
		label = 'ribs corn mac',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_sirloin'] = {
		label = 'sirloin',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_spinachdip'] = {
		label = 'spinach dip',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_strawberrycake'] = {
		label = 'strawberry cake',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_stuffedmushrooms'] = {
		label = 'stuffed mushrooms',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_tbone'] = {
		label = 'plate_tbone',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_chickentender'] = {
		label = 'chicken tender',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_chip'] = {
		label = 'chip',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_grilledshrimp'] = {
		label = 'grilled shrimp',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated