📝Items

Installation of the script • OX: Placement location: ox_Inventory/data/items.lua

• Item images in script folder

Items

['insudoc'] = {
	label = 'Insurance document',
	weight = 0,
	stack = false,
	close = false,
	description = '',
},
['regdoc'] = {
	label = 'Registration document',
	weight = 0,
	stack = false,
	close = false,
	description = '',
},
['inspdoc'] = {
	label = 'Inspection document',
	weight = 0,
	stack = false,
	close = false,
	description = '',
},

Last updated