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
['adrenaline'] = {
    ['name'] = 'adrenaline',
    ['label'] = 'Adrenaline Injector',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'adrenaline.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Instant stimulant that increases alertness and restores energy in emergencies.'
},

['antibiotic'] = {
    ['name'] = 'antibiotic',
    ['label'] = 'Antibiotic Pills',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'antibiotic.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Used to fight infections and boost immune recovery.'
},

['burn_gel'] = {
    ['name'] = 'burn_gel',
    ['label'] = 'Burn Gel',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'burn_gel.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Soothing gel that cools and treats minor burns.'
},

['burncream'] = {
    ['name'] = 'burncream',
    ['label'] = 'Burn Cream',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'burncream.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Medicated cream that prevents infection in burn wounds.'
},

['defib'] = {
    ['name'] = 'defib',
    ['label'] = 'Defibrillator',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'defib.png',
    ['unique'] = true,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Portable defibrillator used to revive unconscious patients.'
},

['epinephrine'] = {
    ['name'] = 'epinephrine',
    ['label'] = 'Epinephrine Shot',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'epinephrine.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Emergency shot used to treat severe allergic reactions or shock.'
},

['hemostatic_agent'] = {
    ['name'] = 'hemostatic_agent',
    ['label'] = 'Hemostatic Agent',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'hemostatic_agent.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Stops bleeding instantly. Ideal for deep cuts or gunshot wounds.'
},

['icepack'] = {
    ['name'] = 'icepack',
    ['label'] = 'Ice Pack',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'icepack.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Cold pack to reduce swelling and bruising.'
},

['medbag'] = {
    ['name'] = 'medbag',
    ['label'] = 'Medical Bag',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'medbag.png',
    ['unique'] = true,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Bag used by medics to store medical tools and supplies.'
},

['medikit'] = {
    ['name'] = 'medikit',
    ['label'] = 'First Aid Kit',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'medikit.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Basic first aid kit with bandages, antiseptic, and painkillers.'
},

['morphine'] = {
    ['name'] = 'morphine',
    ['label'] = 'Morphine Syringe',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'morphine.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Strong painkiller used in serious injuries to reduce pain.'
},

['painkiller'] = {
    ['name'] = 'painkiller',
    ['label'] = 'Painkillers',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'painkiller.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Pills that temporarily reduce pain and stabilize the patient.'
},

['sedative'] = {
    ['name'] = 'sedative',
    ['label'] = 'Sedative Syringe',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'sedative.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Injectable sedative that calms or puts the patient to sleep.'
},

['self_sedative'] = {
    ['name'] = 'self_sedative',
    ['label'] = 'Liquid Sedative',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'self_sedative.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Liquid medicine that helps reduce stress and anxiety.'
},

['stretcher'] = {
    ['name'] = 'stretcher',
    ['label'] = 'Stretcher',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'stretcher.png',
    ['unique'] = true,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Used to transport injured or unconscious players safely.'
},

['suturekit'] = {
    ['name'] = 'suturekit',
    ['label'] = 'Suture Kit',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'suturekit.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Kit used to close deep wounds with surgical stitches.'
},

['tweezers'] = {
    ['name'] = 'tweezers',
    ['label'] = 'Tweezers',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'tweezers.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Tool used to remove bullets or debris from wounds.'
},
esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
    ('adrenaline', 'Adrenaline Injector', 50),
    ('antibiotic', 'Antibiotic Pills', 20),
    ('burn_gel', 'Burn Gel', 30),
    ('burncream', 'Burn Cream', 40),
    ('defib', 'Defibrillator', 2500),
    ('epinephrine', 'Epinephrine Shot', 40),
    ('hemostatic_agent', 'Hemostatic Agent', 25),
    ('icepack', 'Ice Pack', 150),
    ('medbag', 'Medical Bag', 1200),
    ('medikit', 'First Aid Kit', 800),
    ('morphine', 'Morphine Syringe', 35),
    ('painkiller', 'Painkillers', 25),
    ('sedative', 'Sedative Syringe', 30),
    ('self_sedative', 'Liquid Sedative', 30),
    ('stretcher', 'Stretcher', 1500),
    ('suturekit', 'Suture Kit', 300),
    ('tweezers', 'Tweezers', 100)
;
qb-inventory
['adrenaline'] = { ['name'] = 'adrenaline', ['label'] = 'Adrenaline Injector', ['weight'] = 50, ['type'] = 'item', ['image'] = 'adrenaline.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Instant stimulant that increases alertness and restores energy in emergencies' },
['antibiotic'] = { ['name'] = 'antibiotic', ['label'] = 'Antibiotic Pills', ['weight'] = 20, ['type'] = 'item', ['image'] = 'antibiotic.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Used to fight infections and boost immune recovery' },
['burn_gel'] = { ['name'] = 'burn_gel', ['label'] = 'Burn Gel', ['weight'] = 30, ['type'] = 'item', ['image'] = 'burn_gel.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Soothing gel that cools and treats minor burns' },
['burncream'] = { ['name'] = 'burncream', ['label'] = 'Burn Cream', ['weight'] = 40, ['type'] = 'item', ['image'] = 'burncream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Medicated cream that prevents infection in burn wounds' },
['defib'] = { ['name'] = 'defib', ['label'] = 'Defibrillator', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'defib.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Portable defibrillator used to revive unconscious patients' },
['epinephrine'] = { ['name'] = 'epinephrine', ['label'] = 'Epinephrine Shot', ['weight'] = 40, ['type'] = 'item', ['image'] = 'epinephrine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Emergency shot used to treat severe allergic reactions or shock' },
['hemostatic_agent'] = { ['name'] = 'hemostatic_agent', ['label'] = 'Hemostatic Agent', ['weight'] = 25, ['type'] = 'item', ['image'] = 'hemostatic_agent.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Stops bleeding instantly. Ideal for deep cuts or gunshot wounds' },
['icepack'] = { ['name'] = 'icepack', ['label'] = 'Ice Pack', ['weight'] = 150, ['type'] = 'item', ['image'] = 'icepack.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cold pack to reduce swelling and bruising' },
['medbag'] = { ['name'] = 'medbag', ['label'] = 'Medical Bag', ['weight'] = 1200, ['type'] = 'item', ['image'] = 'medbag.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bag used by medics to store medical tools and supplies' },
['medikit'] = { ['name'] = 'medikit', ['label'] = 'First Aid Kit', ['weight'] = 800, ['type'] = 'item', ['image'] = 'medikit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Basic first aid kit with bandages, antiseptic, and painkillers' },
['morphine'] = { ['name'] = 'morphine', ['label'] = 'Morphine Syringe', ['weight'] = 35, ['type'] = 'item', ['image'] = 'morphine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Strong painkiller used in serious injuries to reduce pain' },
['painkiller'] = { ['name'] = 'painkiller', ['label'] = 'Painkillers', ['weight'] = 25, ['type'] = 'item', ['image'] = 'painkiller.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pills that temporarily reduce pain and stabilize the patient' },
['sedative'] = { ['name'] = 'sedative', ['label'] = 'Sedative Syringe', ['weight'] = 30, ['type'] = 'item', ['image'] = 'sedative.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Injectable sedative that calms or puts the patient to sleep' },
['self_sedative'] = { ['name'] = 'self_sedative', ['label'] = 'Liquid Sedative', ['weight'] = 30, ['type'] = 'item', ['image'] = 'self_sedative.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Liquid medicine that helps reduce stress and anxiety' },
['stretcher'] = { ['name'] = 'stretcher', ['label'] = 'Stretcher', ['weight'] = 1500, ['type'] = 'item', ['image'] = 'stretcher.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Used to transport injured or unconscious players safely' },
['suturekit'] = { ['name'] = 'suturekit', ['label'] = 'Suture Kit', ['weight'] = 300, ['type'] = 'item', ['image'] = 'suturekit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Kit used to close deep wounds with surgical stitches' },
['tweezers'] = { ['name'] = 'tweezers', ['label'] = 'Tweezers', ['weight'] = 100, ['type'] = 'item', ['image'] = 'tweezers.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Tool used to remove bullets or debris from wounds' },
ox_inventory
["adrenaline"] = {
    label = "Adrenaline Injector",
    weight = 50,
    stack = true,
},

["antibiotic"] = {
    label = "Antibiotic Pills",
    weight = 20,
    stack = true,
},

["burn_gel"] = {
    label = "Burn Gel",
    weight = 30,
    stack = true,
},

["burncream"] = {
    label = "Burn Cream",
    weight = 40,
    stack = true,
},

["defib"] = {
    label = "Defibrillator",
    weight = 2500,
    stack = false,
},

["epinephrine"] = {
    label = "Epinephrine Shot",
    weight = 40,
    stack = true,
},

["hemostatic_agent"] = {
    label = "Hemostatic Agent",
    weight = 25,
    stack = true,
},

["icepack"] = {
    label = "Ice Pack",
    weight = 150,
    stack = true,
},

["medbag"] = {
    label = "Medical Bag",
    weight = 1200,
    stack = false,
},

["medikit"] = {
    label = "First Aid Kit",
    weight = 800,
    stack = true,
},

["morphine"] = {
    label = "Morphine Syringe",
    weight = 35,
    stack = true,
},

["painkiller"] = {
    label = "Painkillers",
    weight = 25,
    stack = true,
},

["sedative"] = {
    label = "Sedative Syringe",
    weight = 30,
    stack = true,
},

["self_sedative"] = {
    label = "Liquid Sedative",
    weight = 30,
    stack = true,
},

["stretcher"] = {
    label = "Stretcher",
    weight = 1500,
    stack = false,
},

["suturekit"] = {
    label = "Suture Kit",
    weight = 300,
    stack = true,
},

["tweezers"] = {
    label = "Tweezers",
    weight = 100,
    stack = true,
},