Quasar Store Logo

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

['tablet'] = { ['name'] = 'tablet', ['label'] = 'Tablet', ['weight'] = 800, ['type'] = 'item', ['image'] = 'tablet.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Portable electronic tablet used to access applications and digital systems' }, ['organization_paint'] = { ['name'] = 'organization_paint', ['label'] = 'Paint Can', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'organization_paint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'legendary', ['object'] = 'prop_cs_spray_can', ['objectRotation'] = vec3(15.0, 60.0, 1.5), ['description'] = 'Organization Paint Can' }, ['spray_cleaner'] = { ['name'] = 'spray_cleaner', ['label'] = 'Spray Cleaner', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'spray_cleaner.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'legendary', ['object'] = 'prop_cs_spray_can', ['objectRotation'] = vec3(15.0, 60.0, 1.5), ['description'] = 'Spray Cleaner' }, ['weed_white-widow'] = { ['name'] = 'weed_white-widow', ['label'] = 'White Widow Weed', ['weight'] = 150, ['type'] = 'item', ['image'] = 'weed_white-widow.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Bag of White Widow weed' }, ['weed_og-kush'] = { ['name'] = 'weed_og-kush', ['label'] = 'OG Kush Weed', ['weight'] = 150, ['type'] = 'item', ['image'] = 'weed_og-kush.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Bag of OG Kush weed' }, ['weed_skunk'] = { ['name'] = 'weed_skunk', ['label'] = 'Skunk Weed', ['weight'] = 150, ['type'] = 'item', ['image'] = 'weed_skunk.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Bag of Skunk weed' }, ['weed_amnesia'] = { ['name'] = 'weed_amnesia', ['label'] = 'Amnesia Weed', ['weight'] = 150, ['type'] = 'item', ['image'] = 'weed_amnesia.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Bag of Amnesia weed' }, ['weed_purple-haze'] = { ['name'] = 'weed_purple-haze', ['label'] = 'Purple Haze Weed', ['weight'] = 150, ['type'] = 'item', ['image'] = 'weed_purple-haze.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Bag of Purple Haze weed' }, ['weed_ak47'] = { ['name'] = 'weed_ak47', ['label'] = 'AK-47 Weed', ['weight'] = 150, ['type'] = 'item', ['image'] = 'weed_ak47.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Bag of AK-47 weed' }, ['crack_baggy'] = { ['name'] = 'crack_baggy', ['label'] = 'Crack Baggy', ['weight'] = 120, ['type'] = 'item', ['image'] = 'crack_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Small bag of crack' }, ['cocaine_baggy'] = { ['name'] = 'cocaine_baggy', ['label'] = 'Cocaine Baggy', ['weight'] = 120, ['type'] = 'item', ['image'] = 'cocaine_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Small bag of cocaine' }, ['meth_baggy'] = { ['name'] = 'meth_baggy', ['label'] = 'Meth Bag', ['weight'] = 120, ['type'] = 'item', ['image'] = 'meth_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Bag of methamphetamine' }, ['binoculars'] = { ['name'] = 'binoculars', ['label'] = 'Binoculars', ['weight'] = 500, ['type'] = 'item', ['image'] = 'binoculars.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'Binoculars used to see distant objects more clearly' }, ['vehiclegps'] = { ['name'] = 'vehiclegps', ['label'] = 'Vehicle GPS', ['weight'] = 300, ['type'] = 'item', ['image'] = 'vehiclegps.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['rare'] = 'common', ['object'] = nil, ['objectRotation'] = nil, ['description'] = 'GPS device used to track and navigate vehicles' },
esx_inventory

INSERT INTO `items` (`name`, `label`, `weight`) VALUES ('tablet', 'Tablet', 800), ('organization_paint', 'Paint Can', 1000), ('spray_cleaner', 'Spray Cleaner', 1000), ('weed_white-widow', 'White Widow Weed', 150), ('weed_og-kush', 'OG Kush Weed', 150), ('weed_skunk', 'Skunk Weed', 150), ('weed_amnesia', 'Amnesia Weed', 150), ('weed_purple-haze', 'Purple Haze Weed', 150), ('weed_ak47', 'AK-47 Weed', 150), ('crack_baggy', 'Crack Baggy', 120), ('cocaine_baggy', 'Cocaine Baggy', 120), ('meth_baggy', 'Meth Bag', 120), ('binoculars', 'Binoculars', 500), ('vehiclegps', 'Vehicle GPS', 300) ;
qb-inventory

tablet = {["name"] = "tablet", ["label"] = "Tablet", ["weight"] = 800, ["type"] = "item", ["image"] = "tablet.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Portable electronic tablet used to access applications and digital systems"}, organization_paint = {["name"] = "organization_paint", ["label"] = "Paint Can", ["weight"] = 1000, ["type"] = "item", ["image"] = "organization_paint.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Organization Paint Can"}, spray_cleaner = {["name"] = "spray_cleaner", ["label"] = "Spray Cleaner", ["weight"] = 1000, ["type"] = "item", ["image"] = "spray_cleaner.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Spray Cleaner"}, ["weed_white-widow"] = {["name"] = "weed_white-widow", ["label"] = "White Widow Weed", ["weight"] = 150, ["type"] = "item", ["image"] = "weed_white-widow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag of White Widow weed"}, ["weed_og-kush"] = {["name"] = "weed_og-kush", ["label"] = "OG Kush Weed", ["weight"] = 150, ["type"] = "item", ["image"] = "weed_og-kush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag of OG Kush weed"}, weed_skunk = {["name"] = "weed_skunk", ["label"] = "Skunk Weed", ["weight"] = 150, ["type"] = "item", ["image"] = "weed_skunk.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag of Skunk weed"}, weed_amnesia = {["name"] = "weed_amnesia", ["label"] = "Amnesia Weed", ["weight"] = 150, ["type"] = "item", ["image"] = "weed_amnesia.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag of Amnesia weed"}, ["weed_purple-haze"] = {["name"] = "weed_purple-haze", ["label"] = "Purple Haze Weed", ["weight"] = 150, ["type"] = "item", ["image"] = "weed_purple-haze.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag of Purple Haze weed"}, weed_ak47 = {["name"] = "weed_ak47", ["label"] = "AK-47 Weed", ["weight"] = 150, ["type"] = "item", ["image"] = "weed_ak47.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag of AK-47 weed"}, crack_baggy = {["name"] = "crack_baggy", ["label"] = "Crack Baggy", ["weight"] = 120, ["type"] = "item", ["image"] = "crack_baggy.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Small bag of crack"}, cocaine_baggy = {["name"] = "cocaine_baggy", ["label"] = "Cocaine Baggy", ["weight"] = 120, ["type"] = "item", ["image"] = "cocaine_baggy.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Small bag of cocaine"}, meth_baggy = {["name"] = "meth_baggy", ["label"] = "Meth Bag", ["weight"] = 120, ["type"] = "item", ["image"] = "meth_baggy.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag of methamphetamine"}, binoculars = {["name"] = "binoculars", ["label"] = "Binoculars", ["weight"] = 500, ["type"] = "item", ["image"] = "binoculars.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Binoculars used to see distant objects more clearly"}, vehiclegps = {["name"] = "vehiclegps", ["label"] = "Vehicle GPS", ["weight"] = 300, ["type"] = "item", ["image"] = "vehiclegps.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "GPS device used to track and navigate vehicles"},
ox_inventory

['tablet'] = { label = 'Tablet', weight = 220, consume = 0, client = { export = 'qs-crime-creator.tablet' } }, ['organization_paint'] = { label = 'Organization Paint', weight = 220, consume = 0, client = { export = 'qs-crime-creator.graffiti' } }, ['spray_cleaner'] = { label = 'Spray Cleaner', weight = 220, consume = 0, client = { export = 'qs-crime-creator.graffitiCleaner' } }, ['weed_white-widow'] = { label = 'White Widow Weed', weight = 150, stack = true, close = true }, ['weed_og-kush'] = { label = 'OG Kush Weed', weight = 150, stack = true, close = true }, ['weed_skunk'] = { label = 'Skunk Weed', weight = 150, stack = true, close = true }, ['weed_amnesia'] = { label = 'Amnesia Weed', weight = 150, stack = true, close = true }, ['weed_purple-haze'] = { label = 'Purple Haze Weed', weight = 150, stack = true, close = true }, ['weed_ak47'] = { label = 'AK-47 Weed', weight = 150, stack = true, close = true }, ['crack_baggy'] = { label = 'Crack Baggy', weight = 120, stack = true, close = true }, ['cocaine_baggy'] = { label = 'Cocaine Baggy', weight = 120, stack = true, close = true }, ['meth_baggy'] = { label = 'Meth Bag', weight = 120, stack = true, close = true }, ['binoculars'] = { label = 'Binoculars', weight = 500, stack = true, close = true }, ['vehiclegps'] = { label = 'Vehicle GPS', weight = 300, stack = true, close = true },