OX Inventory

Install

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

['cup_barqs'] = {
		label = 'cup barqs',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_carlsjr'] = {
		label = 'cup carlsjr',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_chickfila'] = {
		label = 'cup chickfila',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_coke'] = {
		label = 'cup coke',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_dq'] = {
		label = 'cup dq',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_drpepper'] = {
		label = 'cup drpepper',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_dunkindonuts'] = {
		label = 'cup dunkin donuts',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_kfc'] = {
		label = 'cup_kfc',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_mcdonalds'] = {
		label = 'cup mcdonalds',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_panera'] = {
		label = 'cup panera',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_pepsi'] = {
		label = 'cup pepsi',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_sonic'] = {
		label = 'cup sonic',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_wafflehouse'] = {
		label = 'cup wafflehouse',
		stack = true,
		close = false,
		weight = 10,
	},
	['cup_zaxby'] = {
		label = 'cup zaxby',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated