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."
},esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('shutter_lockpick', 'Shutter Key', 0, 0, 1)
;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,
},


