qs-inventory
['boombox'] = {
['name'] = 'boombox',
['label'] = 'Boombox',
['weight'] = 1,
['type'] = 'item',
['image'] = 'boombox.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Portable boombox to play music anywhere.'
},esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('boombox', 'Boombox', 1)
;qb-inventory
["boombox"] = { name = "boombox", label = "Boombox", weight = 1, type = "item", image = "boombox.png", unique = true, useable = true, shouldClose = true, description = "Portable boombox to play music anywhere." },ox_inventory
["boombox"] = {
label = "Boombox",
weight = 1,
stack = false,
},


