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

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?