OX Inventory

Install

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

	['sushi_caliroll'] = {
		label = 'California Roll',
		stack = true,
		close = false,
		weight = 10,
	},
	['sushi_salmon'] = {
		label = 'Salmon Roll',
		stack = true,
		close = false,
		weight = 10,
	},
	['sushi_shrimp'] = {
		label = 'Shrimp Roll',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated