Step 5

Install the items in your inventory system

Choose the option that suits your server, for example qs-inventory, ox_inventory or database items if you have a native inventory.

Remember to install the image that is in the keymaster download folder.

qb-core/shared/items.lua
['bill_paper'] 			 			= {['name'] = 'bill_paper', 							['label'] = 'Bill Paper', 						['weight'] = 10, 		['type'] = 'item', 		['image'] = 'bill_paper.png', 				['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Visa card, can be used via ATM'},

Last updated