🛠ī¸Installation

qb-core/shared/items.lua

['card_level1'] 		= {['name'] = 'card_level1', 			  	['label'] = 'Card Level1', 		['weight'] = 300, 		['type'] = 'item', 		['image'] = 'card_level1.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['hacking_laptop'] 	        = {['name'] = 'hacking_laptop', 			  	['label'] = 'Hacking Laptop', 		['weight'] = 300, 		['type'] = 'item', 		['image'] = 'hacking_laptop.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['gold-ingot'] 			= {['name'] = 'gold-ingot', 			  	['label'] = 'Gold Ingot', 		['weight'] = 300, 		['type'] = 'item', 		['image'] = 'gold-ingot.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''}
['iron-ingot'] 			= {['name'] = 'iron-ingot', 			  	['label'] = 'Iron Ingot', 		['weight'] = 300, 		['type'] = 'item', 		['image'] = 'iron-ingot.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},

ox_inventory/data/items.lua

["card_level1"] = { label = "Card Level1", weight = 0, stack = false, close = false, description = "", client = { image = "card_level1.png", }, },
["hacking_laptop"] = { label = "Hacking Laptop", weight = 0, stack = false, close = false, description = "", client = { image = "hacking_laptop.png", }, },
["gold-ingot"] = { label = "Gold Ingot", weight = 0, stack = false, close = false, description = "", client = { image = "gold-ingot.png", }, },
["iron-ingot"] = { label = "Iron Ingot", weight = 0, stack = false, close = false, description = "", client = { image = "iron-ingot.png", }, },

qb-doorlock/configs

  • Drop the file doorlocks/gopostal.lua

Last updated