Installation
Items Installation
["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... '},
['television'] = { label = 'Television', weight = 250, stack = true, allowArmed = false },
['microwave'] = { label = 'Microwave', weight = 250, stack = true, allowArmed = false },
['painting'] = { label = 'Painting', weight = 250, stack = true, allowArmed = false },
['safe'] = { label = 'Safe', weight = 250, stack = true, allowArmed = false },
['houselockpick'] = { label = 'House Lockpick', weight = 50, stack = true, allowArmed = false },
Metadata Installation
-- Search for `PlayerData.metadata` and post this code below
PlayerData.metadata['houserobberyxp'] = PlayerData.metadata['houserobberyxp'] or 0
-- Around line 62 add the `houserobberyxp = 0,` inside
metadata = {
houserobberyxp = 0,
}
Logs Installation
['houserobbery'] = 'YOUR_WEB_HOOK',
Last updated