[Release] [ESX] [Drugs]

The players can process and sell, only to pickup its needs cops online how to fix that ?? and put in all stages ??

where’s the opium, meth and coke?

Found the coordinates in the code

Is there a way to change the collection method to a point where I just have to press “E” and collect only every few seconds?

can anyone help me with this

Send me to please thank you

Theres only weed here, no other drugs!

when i am going to default location of ESX_DRUGS with meth or weed, i am pressing E to start selling but nothing happens, i tried to reinstall the script clear cache same problem tho

/giveitem

Do u also know why when i change the weed farm theres only one plant ?

what drugs have you got from the script? i only have weed in mine…

yea me too, any other script?

There’s one called Esx_illegal but it uses limit instead of weight

For this Do you have to add anything in config to add coke or meth ?

Locations are not hidden, you can read them because config.lua is pushed to the client.

How do I delete the blimps? I tried deleting (for example weed) name = _U(‘blip_weedprocessing’), color = 25, sprite = 496, radius = 100.0}, out of the config but it breaks the whole script and i’m unable to do anything with weed anymore. Am I overlooking something?

UPDATE: I found it in main.lua I just deleted the following code for anyone else that runs into this:

function CreateBlipCircle(coords, text, radius, color, sprite)
local blip = AddBlipForRadius(coords, radius)
SetBlipHighDetail(blip, true)
SetBlipColour(blip, 1)
SetBlipAlpha (blip, 128)
– create a blip in the middle
blip = AddBlipForCoord(coords)
SetBlipHighDetail(blip, true)
SetBlipSprite (blip, sprite)
SetBlipScale (blip, 1.0)
SetBlipColour (blip, color)
SetBlipAsShortRange(blip, true)
BeginTextCommandSetBlipName(“STRING”)
AddTextComponentString(text)
EndTextCommandSetBlipName(blip)
end

you dont even need to do that, where the blips start Just do --[[ then at the end of the code do ]]-- and that will comment them out and the script will still run

For Example…

–[[function CreateBlipCircle(coords, text, radius, color, sprite)
local blip = AddBlipForRadius(coords, radius)
SetBlipHighDetail(blip, true)
SetBlipColour(blip, 1)
SetBlipAlpha (blip, 128)
– create a blip in the middle
blip = AddBlipForCoord(coords)
SetBlipHighDetail(blip, true)
SetBlipSprite (blip, sprite)
SetBlipScale (blip, 1.0)
SetBlipColour (blip, color)
SetBlipAsShortRange(blip, true)
BeginTextCommandSetBlipName(“STRING”)
AddTextComponentString(text)
EndTextCommandSetBlipName(blip)
end–]]

Is there a way to fix the bug with the dealer? Im having a bug that when im in the menu and i walk away, that the whole script doesnt work anymore.

are you getting any errors in either console?