Inventory Items

This section includes the complete item list for the script, ready to be integrated into the most popular inventory systems. Each item is properly configured with its name, label, and parameters to ensure full compatibility and seamless functionality within your server’s inventory setup.


qs-inventory
["shutter_lockpick"] = {
    ["name"] = "shutter_lockpick",
    ["label"] = "Shutter Key",
    ["weight"] = 0,
    ["type"] = "item",
    ["image"] = "shutter_lockpick.png",
    ["unique"] = true,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A special key designed to open or unlock metal shutters. Keep it safe — it might be the only way in or out."
},
qb-inventory
['shutter_lockpick'] = { ['name'] = 'shutter_lockpick', ['label'] = 'Shutter Key', ['weight'] = 0, ['type'] = 'item', ['image'] = 'shutter_lockpick.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A special key designed to open or unlock metal shutters. Keep it safe — it might be the only way in or out.' },
ox_inventory
["shutter_lockpick"] = {
    label = "Shutter Key",
    weight = 0,
    stack = true,
},