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.


chevron-rightqs-inventoryhashtag
    -- Tablet
    ['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'
    },

    -- Spray
    ['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', -- epic, legendary, common
        ['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', -- epic, legendary, common
        ['object'] = 'prop_cs_spray_can',
        ['objectRotation'] = vec3(15.0, 60.0, 1.5),
        ['description'] = 'Spray Cleaner'
    },

    -- Drugs
    ['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'
    },
chevron-rightqb-inventoryhashtag
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"},
chevron-rightox_inventoryhashtag
['tablet'] = {
    label = 'Tablet',
    weight = 800,
    stack = true,
    close = true,
    description = 'Portable electronic tablet used to access applications and digital systems'
},

['organization_paint'] = {
    label = 'Paint Can',
    weight = 1000,
    stack = true,
    close = true,
    description = 'Organization Paint Can'
},

['spray_cleaner'] = {
    label = 'Spray Cleaner',
    weight = 1000,
    stack = true,
    close = true,
    description = 'Spray Cleaner'
},

['weed_white-widow'] = {
    label = 'White Widow Weed',
    weight = 150,
    stack = true,
    close = true,
    description = 'Bag of White Widow weed'
},

['weed_og-kush'] = {
    label = 'OG Kush Weed',
    weight = 150,
    stack = true,
    close = true,
    description = 'Bag of OG Kush weed'
},

['weed_skunk'] = {
    label = 'Skunk Weed',
    weight = 150,
    stack = true,
    close = true,
    description = 'Bag of Skunk weed'
},

['weed_amnesia'] = {
    label = 'Amnesia Weed',
    weight = 150,
    stack = true,
    close = true,
    description = 'Bag of Amnesia weed'
},

['weed_purple-haze'] = {
    label = 'Purple Haze Weed',
    weight = 150,
    stack = true,
    close = true,
    description = 'Bag of Purple Haze weed'
},

['weed_ak47'] = {
    label = 'AK-47 Weed',
    weight = 150,
    stack = true,
    close = true,
    description = 'Bag of AK-47 weed'
},

['crack_baggy'] = {
    label = 'Crack Baggy',
    weight = 120,
    stack = true,
    close = true,
    description = 'Small bag of crack'
},

['cocaine_baggy'] = {
    label = 'Cocaine Baggy',
    weight = 120,
    stack = true,
    close = true,
    description = 'Small bag of cocaine'
},

['meth_baggy'] = {
    label = 'Meth Bag',
    weight = 120,
    stack = true,
    close = true,
    description = 'Bag of methamphetamine'
},