30 Multiple Drug Containers

Multiple Drug Containers 10x3

10 TOTALLY Hidden Containers with doors around the map that can be changed to either weed, coke, or meth based on your server’s needs. Can be changed even on a live server with our custom-created base script. There is also the option to disable each location you want entirely. It’s also an optimized map!

Locations
You can get all the locations in the config.lua


Easy Installation

  1. Drag and drop all 3 folders into your resource folder of your server.
  2. Make sure you have DoItDigital_Drug_Containers & DoItDigital_Interiors & DoItDigital_MLO_Assetpack as folder names and nothing else or changed.
  3. open the DoItDigital_Interiors folder and open the file config.lua there you can select which location will be enabled and which location will have the type you want as interior weed, coke, meth
  4. Make sure you start all three in this order…
  1. start DoItDigital_MLO_Assetpack
  2. start DoItDigital_Interiors
  3. start DoItDigital_Multiple_Drug_Places

Config

Click to expand
Config.DoItDigitalDrugPlaces = {
    ["DoItDigitalDrugPlace1"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = true,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth.
            --Location 1402.48 2121.82 105.07
    },
    
    ["DoItDigitalDrugPlace2"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location -442.64 5596.43 68.38
    },

    ["DoItDigitalDrugPlace3"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location -341.42 3745.09 69.97
    },

    ["DoItDigitalDrugPlace4"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location -83.4 6134.04 30.44
    },

    ["DoItDigitalDrugPlace5"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location 2975.83 3769.17 54.72
    },

    ["DoItDigitalDrugPlace6"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT. SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location 2850.98 3439.33 50.92
    },

    ["DoItDigitalDrugPlace7"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location 2525.1 2610.68 37.94
    },

    ["DoItDigitalDrugPlace8"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location 2654.39 1693.14 24.48
    },

    ["DoItDigitalDrugPlace9"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,           -- If you want the place to be visible to players.
            weed = false,               -- If you want it to be for weed.
            coke = false,               -- If you want it to be for coke.
            meth = false,               -- If you want it to be for meth. 
            --Location 2468.16 1480.19 36.2
    },

    ["DoItDigitalDrugPlace10"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 2133.95 1935.73 93.78
    },

    ----DoItDigital Drug Container Places
    
    ["DoItDigitalDrugContainerPlace1"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 910.05 -3020.15 5.9
    },

    ["DoItDigitalDrugContainerPlace2"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 686.29 -2739.54 6.0
    },

    ["DoItDigitalDrugContainerPlace3"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 1086.04 -2323.77 30.2
    },

    ["DoItDigitalDrugContainerPlace4"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 2896.8 4384.14 50.38
    },

    ["DoItDigitalDrugContainerPlace5"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 1661.92 4685.18 43.19
    },

    ["DoItDigitalDrugContainerPlace6"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 1337.75 6385.64 33.21
    },

    ["DoItDigitalDrugContainerPlace7"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 195.25 6423.78 31.13
    },

    ["DoItDigitalDrugContainerPlace8"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 2974.01 3480.0 71.44
    },

    ["DoItDigitalDrugContainerPlace9"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 2839.56 1457.28 24.57
    },

    ["DoItDigitalDrugContainerPlace10"] = {   -- DO NOT CHANGE THE NAME IN "" IT'LL BREAK THE SCRIPT.
        enabledPlace = false,            -- If you want the place to be visible to players.
            weed = false,                -- If you want it to be for weed.
            coke = false,                -- If you want it to be for coke.
            meth = false,                -- If you want it to be for meth. 
            --Location 1743.67 -1572.44 112.63
    },
    
}

We are using the FiveM asset escrow system to protect sensitive files. You can read more about the escrow system here (Introducing Asset Escrow for your resources)

The purchase is done through Tebex, an official partner of fivem. After The purchase, you’ll have access to download the files from the keymaster / Purchased assets tab.



Buy From Our Tebex Store


Check out our other packages:

Billboards:

Maps:

Scripts:

Weapons:

Code is accessible No
Subscription-based No
Lines (approximately) N/A
Requirements N/A
Support Yes
1 Like
Drug Place vol3
Drug Place vol23
Drug Place vol2
Drug Place vol9
Alta Street Building Billboard
Drug Place vol27
Drug Place vol1
Drug Place vol4
Strawberry Avenue Cirlce Billboards
CZ SCORPION EVO [add-on] [weapon] [full attachments]
LMTM4R [add-on] [weapon] [full attachments]
Hookah Triple Billboards
Drug Place vol8
Drug Place vol32
Vespucci Boulevard MultiSign Billboard
MBA 360 Billboard
Drug Place vol29
Celltowa Building Billboard
Drug Place vol38
Drug Place vol7
West Vinewood Billboard
Drug Place vol6
UMP [add-on] [weapon] [full attachments]
Drug Place vol17
Drug Place vol16
Power Street Under Construction Building Billboard
Fleeca Can Billboard Legion Square
Drug Place vol28
The best 50 Billboard Package
Drug Place vol19
Elkriodge Hotel Billboard
Drug Place vol30
Drug Place vol31
Drug Place vol22
Drug Place vol33
Drug Place vol37
L85 [add-on] [weapon] [full attachments]
Realistic Tinkle Building Billboard
Drug Place vol39
Kayton Building 3x2 Billboards
Lomb Bank Billboard
PillBox Back Side Double Billboard
Legion Square Corner Billboard
MX7 BLACK [add-on] [weapon] [full attachments]
Pillbox Billboard
SCAR-L [add-on] [weapon] [full attachments]
BAS-P RED [add-on] [weapon] [full attachments]
Vespucci Canals Billboard
M270D [add-on] [weapon] [full attachments]
Valdez Building Billboard
M4 ARCTIC WHITE [add-on] [weapon] [full attachments]
HKUSPistol [add-on] [weapon] [full attachments]
VECTOR [add-on] [weapon] [full attachments]
DESERT EAGLE [add-on] [weapon] [full attachments]
FAMAS [add-on] [weapon] [full attachments]
MP5 [add-on] [weapon] [full attachments]
🎃 halloween design package 2023
🎃 M4 HALLOWEEN [add-on] [weapon] [full attachments]
Power Street pedestrian Billboard
Drug Place vol5
Tunnel Entrance Billboard
Drug Place vol20
Dcs [Weapon] [Add-On]
Drug Place vol21
ISYV2 [add-on] [weapon] [full attachments]
Little Soul Billboard
IAA Building Billboard
Vespucci Boulevard Billboard
M4 RED TACTICAL [add-on] [weapon] [full attachments]
HOWA T20 [add-on] [weapon] [full attachments]
Drug Place vol12
Drug Place vol24
Augury Billboard
Bunto Avenue Billboard
Drug Place vol25
M27S [add-on] [weapon] [full attachments]
Drug Place vol10
M47V2 [add-on] [weapon] [full attachments]
Legion Square at Boulevard Billboard
Drug Place vol34
Rockford Hills Building Billboard
Strawberry Avenue Double Billboard
Drug Place vol40
Drug Place vol11
Drug Place vol13
Rockford Plaza Billboard
Drug Place vol36
M82V2 [add-on] [weapon] [full attachments]
Maze Bank Plaza Billboard
BULLPUP SMG [add-on] [weapon] [full attachments]
120 Hidden Drug Places Bundle
Drug Place vol18
Drug Place vol14
GUA 5A [add-on] [weapon] [full attachments]
Atla Ave Building Billboard
Legion Square Sign Billboard
Drug Place vol35
Drug Place vol26
M133V3 [add-on] [weapon] [full attachments]
Davis Courts Building Billboard
Enlight Avenue Wolfs Billboard
Beryl 762 [add-on] [weapon] [full attachments]
M4A1 MOD [add-on] [weapon] [full attachments]
Penris Building Billboard
R90 [add-on] [weapon] [full attachments]
Tunnel Billboard
Drug Place vol15

Having issues loading map, when walking into a container nothing is visible

Hello sir have you started the all the following scripts as orderd in the desctiption of the package?

im having the same issue cant get not one to load. i have proof i purchesed it to but they gave me no tbx id??? not even in my tbex history???

Hello sir check your keymater or cfx portal here’s your orderID: tbx-9911825a85939-44dacf