Step 4

Items

Add items to your inventory

['van_lockpick'] 			 	     = {['name'] = 'van_lockpick', 			  	    ['label'] = 'Van Lockpick', 			    ['weight'] = 200, 		['type'] = 'item', 		['image'] = 'van_lockpick.png', 		    ['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Mm, what would hide a motorhome? Lets find out...'},

For qb-core NEW VERSION ONLY

qb-core/shared/items
van_lockpick'		 	     = {['name'] = 'van_lockpick', 			  	    ['label'] = 'Van Lockpick', 			    ['weight'] = 200, 		['type'] = 'item', 		['image'] = 'van_lockpick.png', 		    ['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Mm, what would hide a motorhome? Lets find out...'},

Last updated