Ox Inventory Item

Add items to ox inventory items.lua (ox_inventory\data\items.lua)

['documentempty'] = {
	label = 'Empty Document',
	weight = 100,
	stack = false,
	close = true,
},
['document'] = {
	label = 'Document',
	weight = 100,
	stack = false,
	close = true,
},

Last updated