🛠ī¸Installation

qb-core/shared/items.lua

["television"]   	= {["name"] = "television", 		["label"] = "Television", 	["weight"] = 150, 		["type"] = "item", 		["image"] = "television.png", 			["unique"] = false,   	["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},
["microwave"]   	= {["name"] = "microwave", 		["label"] = "Microwave", 	["weight"] = 150, 		["type"] = "item", 		["image"] = "microwave.png", 			["unique"] = false,   	["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},
["painting"]   		= {["name"] = "painting", 		["label"] = "Painting", 	["weight"] = 150, 		["type"] = "item", 		["image"] = "painting.png", 			["unique"] = false,   	["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},
["safe"]   	        = {["name"] = "safe", 		        ["label"] = "Safe", 		["weight"] = 150, 		["type"] = "item", 		["image"] = "safe.png", 				["unique"] = false,   	["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},
['houselockpick']       = {['name'] = 'houselockpick',          ['label'] = 'House Lockpick',             ['weight'] = 300,         ['type'] = 'item',         ['image'] = 'houselockpick.png',             ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'If you lose your house keys a lot this is very useful... '},

qb-core/server/player.lua

PlayerData.metadata['houserobberyxp'] = PlayerData.metadata['houserobberyxp'] or 0

Information

â€ĸ Well, if you want to change the interior of one of the 3 interiors, you will have to do two things.

â€ĸ 1st You will have to go to config.lua and add the 8 site in the options: Config.SearchSpots

â€ĸ 2nd You will have to go to config_houses and add it to the DentroCasa option.

qb-smallresources/server/logs.lua

['houserobbery']  = 'YOUR_WEB_HOOK',

Last updated