Framework Integration

Add the following items into qb-core/shared/items.lua if not there already

['fakeplate'] 					 = {['name'] = 'fakeplate', 			  	  	['label'] = 'Fake Plate', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'fakeplate.png', 			['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = nil,   	['description'] = 'The cops will never know.'},

['screwdriverset'] 				 = {['name'] = 'screwdriverset', 			    ['label'] = 'Toolkit', 					['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'screwdriverset.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Very useful to screw... screws...'},

['vanityplate'] 				 = {['name'] = 'vanityplate', 			  	  	['label'] = 'Vanity Plate', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'vanityplate.png', 			['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = nil,   	['description'] = 'Custom vehicle plate'},

Last updated