Installation

Follow the installation guide to successfully install the script.

Dependencies

Installation

  • Copy the images from images folder and paste it to your inventory location.

  • Copy the items below and paste it to your qb-core/shared/items.lua.

  • Copy the doorlocks below, create a new file in qb-doorlock/configs as warehouse.lua and paste it there.

  • Install the warehouse by the link for the warehouse map and drop it to your stream folder.

Items

-- Lx Warehouse
['w_accesscard'] 			 	= {['name'] = 'w_accesscard', 			  	['label'] = 'Warehouse Access Card', 	['weight'] = 0, 		['type'] = 'item', 		['image'] = 'w_accesscard.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'An access card... I wonder what it goes to.'},
['w_heistusb'] 			 		= {['name'] = 'w_heistusb', 			  	['label'] = 'Warehouse Usb', 		['weight'] = 0, 		['type'] = 'item', 		['image'] = 'w_heistusb.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'A heist usb... What could it be?'},
['w_documents'] 			 	= {['name'] = 'w_documents', 			  	['label'] = 'Warehouse Documents', 	['weight'] = 0, 		['type'] = 'item', 		['image'] = 'w_documents.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Documents, hmm.. Some secrets must be in it.'},

Doorlocks

Last updated