How to hide drug blips?

I’m creating my server and I installed esx_drugs,the one with meth, coke, heroin, lsd and weed and I want only weed to appear in the map. How do I hide the other drugs, drug dealer and money wash spots?

For example, on weed:

WeedField = {coords = vector3(310.91, 4290.87, 45.15), name = _U(‘blip_weedfield’), color = 25, sprite = 496, radius = 100.0},

Change to:

WeedField = {coords = vector3(310.91, 4290.87, 45.15)},

And you have no Blips on MAP and all works fine

Tried it, thought it would work, but not only it eliminates all blips from the map but it also disables the blip to pick, process drugs. The coke leaves, poppy resin don’t show up, so I can’t pick it up

Can give the code to see how u have coded?