Skip to main content

Drugs

Dependacies

  • qbcore
  • qb-inventory
  • ps-buffs
  • ps-ui
  • qb-target
  • polyzone

Installation

  1. Place the folder "drp-drugs" in your drp folder if drp folder in not available create one or you can just put it in your resources folder.
  2. Add ensure drp-drugs in your server.cfg if using drp folder then just ensure [drp] and the script should be inside [drp] directory
  3. Add the item to your items.lua(Available in qb-core/shared/items):
    • Add Below code to qb-core/shared/items.lua

-- ## Start of drp-drugs ## --
-- ## Shop Items ## --
["bakingsoda"] = {["name"] = "bakingsoda", ["label"] = "Baking Soda", ["weight"] = 300, ["type"] = "item", ["image"] = "bakingsoda.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Household Baking Soda!"},
["emptyvial"] = {["name"] = "emptyvial", ["label"] = "Empty vial", ['weight'] = 100, ["type"] = "item", ["image"] = "emptyVial.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ['combinable'] = nil, ["description"] = ""},
["needle"] = {["name"] = "needle", ["label"] = "Syringe", ["weight"] = 250, ["type"] = "item", ["image"] = "syringe.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},

-- ## LabKeys ## --
["labkeysone"] = {["name"] = "labkeysone", ["label"] = "Lab Keys A", ["weight"] = 250, ["type"] = "item", ["image"] = "key1.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Used to open doors"},
["labkeystwo"] = {["name"] = "labkeystwo", ["label"] = "Lab Keys B", ["weight"] = 250, ["type"] = "item", ["image"] = "key2.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Used to open doors"},

-- ## Cocane stuffs started ## --
-- coca leaves
["coca_leaf"] = {["name"] = "coca_leaf", ["label"] = "Cocaine leaves", ["weight"] = 1500, ["type"] = "item", ["image"] = "cokeLeaf.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Cocaine leaves !!"},
-- raw cocane
["cokestageone"] = {["name"] = "cokestageone", ["label"] = "Good Raw Cocaine", ["weight"] = 1000, ["type"] = "item", ["image"] = "coke1.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Processed cocaine"},
["cokestagetwo"] = {["name"] = "cokestagetwo", ["label"] = "Better Raw Cocaine", ["weight"] = 100, ["type"] = "item", ["image"] = "coke2.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["expire"] = 90, ["description"] = "Processed cocaine"},
["cokestagethree"] = {["name"] = "cokestagethree", ["label"] = "Best Raw Cocaine", ["weight"] = 100, ["type"] = "item", ["image"] = "coke3.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["expire"] = 90, ["description"] = "Processed cocaine"},
-- refined cocaine
['loosecokestageone'] = {['name'] = 'loosecokestageone', ['label'] = 'Pure loose coke', ['weight'] = 100, ['type'] = 'item', ['image'] = 'looseCoke1.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Paper made specifically for encasing and smoking tobacco or cannabis.'},
['loosecokestagetwo'] = {['name'] = 'loosecokestagetwo', ['label'] = 'More Pure Loose Coke', ['weight'] = 100, ['type'] = 'item', ['image'] = 'looseCoke2.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['loosecokestagethree'] = {['name'] = 'loosecokestagethree', ['label'] = 'Purest Loose Coke', ['weight'] = 100, ['type'] = 'item', ['image'] = 'looseCoke3.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Packed cocaine bags
['cokebaggystageone'] = {['name'] = 'cokebaggystageone', ['label'] = 'Bag of Good Coke', ['weight'] = 0, ['type'] = 'item', ['image'] = 'cokeBag1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'To get happy real quick'},
['cokebaggystagetwo'] = {['name'] = 'cokebaggystagetwo', ['label'] = 'Bag of Better Coke', ['weight'] = 100, ['type'] = 'item', ['image'] = 'cokeBag2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'To get happy real quick'},
['cokebaggystagethree'] = {['name'] = 'cokebaggystagethree', ['label'] = 'Bag of Best Coke', ['weight'] = 100, ['type'] = 'item', ['image'] = 'cokeBag3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'To get happy real quick'},
-- ## Cocane stuffs ended ## --

-- ## Crack ## --
-- Rock Crack
["crackrockstageone"] = {["name"] = "crackrockstageone", ["label"] = "Good Crack Rock", ["weight"] = 250, ["type"] = "item", ["image"] = "crackRock1.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["crackrockstagetwo"] = {["name"] = "crackrockstagetwo", ["label"] = "Better Crack Rock", ["weight"] = 250, ["type"] = "item", ["image"] = "crackRock2.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["crackrockstagethree"] = {["name"] = "crackrockstagethree", ["label"] = "Best Crack Rock", ["weight"] = 250, ["type"] = "item", ["image"] = "crackRock3.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
-- Bagged Crack
["baggedcrackedstageone"] = {["name"] = "baggedcrackedstageone", ["label"] = "Bag Of Crack", ["weight"] = 250, ["type"] = "item", ["image"] = "crackBag1.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["baggedcrackedstagetwo"] = {["name"] = "baggedcrackedstagetwo", ["label"] = "Better Bag Of Crack", ["weight"] = 250, ["type"] = "item", ["image"] = "crackBag2.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["baggedcrackedstagethree"] = {["name"] = "baggedcrackedstagethree", ["label"] = "Best Bag Of Crack", ["weight"] = 250, ["type"] = "item", ["image"] = "crackBag3.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},

-- ## heroin stuffs started ## --
-- poppy plants
["poppyresin"] = {["name"] = "poppyresin", ["label"] = "Poppy resin", ["weight"] = 2000, ["type"] = "item", ["image"] = "poppyResin.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Can be done some thing."},
-- raw heroine
["heroinstageone"] = {["name"] = "heroinstageone", ["label"] = "Good Heroin Powder", ["weight"] = 500, ["type"] = "item", ["image"] = "heroinePowder1.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroinstagetwo"] = {["name"] = "heroinstagetwo", ["label"] = "Better Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroinePowder2.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroinstagethree"] = {["name"] = "heroinstagethree", ["label"] = "Best Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroinePowder3.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
-- refined heroine
["heroincutstageone"] = {["name"] = "heroincutstageone", ["label"] = "Good Cut Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "looseCoke1.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroincutstagetwo"] = {["name"] = "heroincutstagetwo", ["label"] = "Better Cut Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "looseCoke2.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroincutstagethree"] = {["name"] = "heroincutstagethree", ["label"] = "Best Cut Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "looseCoke3.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
-- labkit for heroine
["heroinlabkit"] = {["name"] = "heroinlabkit", ["label"] = "Heroin Lab Kit", ["weight"] = 250, ["type"] = "item", ["image"] = "labkit.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["dirtyheroinlabkit"] = {["name"] = "dirtyheroinlabkit", ["label"] = "Dirty heroin Lab Kit", ["weight"] = 250, ["type"] = "item", ["image"] = "labkitDirty.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
-- heroine vial
["heroinvialstageone"] = {["name"] = "heroinvialstageone", ["label"] = "Vial Of Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroine1.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroinvialstagetwo"] = {["name"] = "heroinvialstagetwo", ["label"] = "Better Vial of Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroine2.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroinvialstagethree"] = {["name"] = "heroinvialstagethree", ["label"] = "Best Vial Of Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroine3.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
-- heroine needle
["heroinreadystageone"] = {["name"] = "heroinreadystageone", ["label"] = "Syringe Of Good Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroineReady1.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroinreadystagetwo"] = {["name"] = "heroinreadystagetwo", ["label"] = "Syringe Of Better Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroineReady2.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["heroinreadystagethree"] = {["name"] = "heroinreadystagethree", ["label"] = "Syringe Of Best Heroin", ["weight"] = 250, ["type"] = "item", ["image"] = "heroineReady3.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
-- ## Heroine stuffs ended ## --

-- ## lsd ## --
-- two base material
['lysergic_acid'] = {['name'] = 'lysergic_acid', ['label'] = 'Lysergic Acid', ['weight'] = 100, ['type'] = 'item', ['image'] = 'acid1.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['diethylamide'] = {['name'] = 'diethylamide', ['label'] = 'Diethylamide', ['weight'] = 100, ['type'] = 'item', ['image'] = 'acid2.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- six type of vial
['lsdvialone'] = {['name'] = 'lsdvialone', ['label'] = 'Weakest LSD Vial', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsd1.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdvialtwo'] = {['name'] = 'lsdvialtwo', ['label'] = 'Slightly Better LSD Vial', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsd2.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdvialthree'] = {['name'] = 'lsdvialthree', ['label'] = 'Good LSD', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsd3.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdvialfour'] = {['name'] = 'lsdvialfour', ['label'] = 'Really Good LSD', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsd4.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdvialfive'] = {['name'] = 'lsdvialfive', ['label'] = 'Amazing LSD', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsd5.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdvialsix'] = {['name'] = 'lsdvialsix', ['label'] = 'Purest LSD', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsd6.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- tab paper
['tab_paper'] = {['name'] = 'tab_paper', ['label'] = 'Tab Paper', ['weight'] = 100, ['type'] = 'item', ['image'] = 'tabPaper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- tab packets
['lsdtabone'] = {['name'] = 'lsdtabone', ['label'] = 'Admirable Sheet', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdPack1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdtabtwo'] = {['name'] = 'lsdtabtwo', ['label'] = 'Capital Sheet', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdPack2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdtabthree'] = {['name'] = 'lsdtabthree', ['label'] = 'Paramount Sheet', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdPack3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdtabfour'] = {['name'] = 'lsdtabfour', ['label'] = 'Dandy Sheet', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdPack4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdtabfive'] = {['name'] = 'lsdtabfive', ['label'] = 'Deluxe Sheet', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdPack5.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdtabsix'] = {['name'] = 'lsdtabsix', ['label'] = 'Expert Sheet', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdPack6.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
--- small tabs
['lsdopenone'] = {['name'] = 'lsdopenone', ['label'] = 'Admirable tabs', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdOpen1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdopentwo'] = {['name'] = 'lsdopentwo', ['label'] = 'Capital Tabs', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdOpen2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdopenthree'] = {['name'] = 'lsdopenthree', ['label'] = 'Paramount Tabs', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdOpen3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdopenfour'] = {['name'] = 'lsdopenfour', ['label'] = 'Dandy Tabs', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdOpen4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdopenfive'] = {['name'] = 'lsdopenfive', ['label'] = 'Deluxe Tabs', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdOpen5.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['lsdopensix'] = {['name'] = 'lsdopensix', ['label'] = 'Expert Tabs', ['weight'] = 100, ['type'] = 'item', ['image'] = 'lsdOpen6.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- lsd lab kits
['lsdlabkit'] = {['name'] = 'lsdlabkit', ['label'] = 'LSD Mixing Table', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'labkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['dirtylsdlabkit'] = {['name'] = 'dirtylsdlabkit', ['label'] = 'Dirty LSD Mixing Table', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'labkitDirty.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},

-- ## Shrooms ## --
["shrooms"] = {["name"] = "shrooms", ["label"] = "Shrooms", ["weight"] = 250, ["type"] = "item", ["image"] = "shrooms.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},

-- ## end of drp-drugs ## --
  1. Drag and drop all the images in you inventory image folder.
  2. To add backpack shops in your server
  3. open 'qb-shops/config.lua' and paste the below codes
["drugsupply"] = { -- For store
[1] = {
name = "bakingsoda",
price = 10,
amount = 5000,
info = {},
type = "item",
slot = 1,
},
[2] = {
name = "needle",
price = 30,
amount = 5000,
info = {},
type = "item",
slot = 2,
},
[3] = {
name = "emptyvial",
price = 20,
amount = 5000,
info = {},
type = "item",
slot = 3,
},
},
  1. now add new shop to 'Config.Locations'
    ["drugsupply"] = {
["label"] = "Drugs supply", -- Change this according to you
["coords"] = vector4(1019.28, -2511.6, 28.48, 85.0), -- Change this according to you
["ped"] = 'g_m_y_famca_01',
["scenario"] = "WORLD_HUMAN_AA_SMOKE",
["radius"] = 1.5,
["targetIcon"] = "fas fa-shopping-basket",
["targetLabel"] = "Backpack Shop", -- Change this according to you
["products"] = Config.Products["drugsupply"],
["showblip"] = true,
["blipsprite"] = 140,
["blipscale"] = 0.6,
["blipcolor"] = 0,
["delivery"] = vector4(1019.28, -2511.6, 28.48, 85.0) -- change this according to you
},