qs-inventory
esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('shutter_lockpick', 'Shutter Key', 0, 0, 1)
;
qb-inventory
ox_inventory
["shutter_lockpick"] = {
label = "Shutter Key",
weight = 0,
stack = true,
},
