QB-Inventory

Install

  • Open qb-core/shared/items.lua file and configure it according to your preferences.

	['blackcat_bottlerockets'] 			         = {['name'] = 'blackcat_bottlerockets', 			['label'] = 'Bottle Rockets', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'blackcat_bottlerockets.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
	['blackcat_bundle'] 			         = {['name'] = 'blackcat_bundle', 			['label'] = 'Firework Bundle', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'blackcat_bundle.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
	['blackcat_firecrackers'] 			         = {['name'] = 'blackcat_firecrackers', 			['label'] = 'Firecrackers', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'blackcat_firecrackers.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
	['fireworkbox'] 			         = {['name'] = 'fireworkbox', 			['label'] = 'Firework Box Bundle', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'fireworkbox.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
	['fireworkbox2'] 			         = {['name'] = 'fireworkbox2', 			['label'] = 'Firework Box Bundle', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'fireworkbox2.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
	['fireworkbox3'] 			         = {['name'] = 'fireworkbox3', 			['label'] = 'Firework Box Bundle', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'fireworkbox3.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
	['fireworkbox4'] 			         = {['name'] = 'fireworkbox4', 			['label'] = 'Firework Box Bundle', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'fireworkbox4.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},

Last updated