How do i remove blips?

So im using esx_drugs and would like to remove all this blip drugs (In red) and i would like to not remove the other ones (opium) can someone help me out?

1 Like

hey can you help me to make more drugs than one zap hosting

yea weed only sucks Right here is a great one Easy install to
credit to the Creator esx_jk_drugs-master

i have esx jk in my server but it will not let me harvest cocaplant has this happend to you? i walk up to it it pops up hit “E” to harvest bot it doesnt

make sure you have the item added to data base insert SQl
if you have issues let me no i take you on a dev server and Show You

1 Like

im new to gta rp servers where is that sql at

i have a zap server and in there data base idk where to put the sql

got it working old sql was messing with the new thank you

make a new notepad paste this in save as drug.sql open your phpmyadmin data base
Left Click Zap > Top Row Import select the drug.sql fix or remove what you need and what you
Don’t need, make sure in items there are no names the same or delete hope this helps

INSERT INTO items (name, label, limit, rare, can_remove) VALUES
(‘cannabis’, ‘Cannabis’, 50, 0, 1),
(‘marijuana’, ‘Marijuana’, 250, 0, 1),
(‘coca’, ‘CocaPlant’, 150, 0, 1),
(‘cocaine’, ‘Coke’, 50, 0, 1),
(‘ephedra’, ‘Ephedra’, 100, 0, 1),
(‘ephedrine’, ‘Ephedrine’, 100, 0, 1),
(‘poppy’, ‘Poppy’, 100, 0, 1),
(‘opium’, ‘Opium’, 50, 0, 1),
(‘meth’, ‘Meth’, 25, 0, 1),
(‘heroine’, ‘Heroine’, 10, 0, 1),
(‘beer’, ‘Beer’, 30, 0, 1),
(‘tequila’, ‘Tequila’, 10, 0, 1),
(‘vodka’, ‘Vodka’, 10, 0, 1),
(‘whiskey’, ‘Whiskey’, 10, 0, 1),
(‘crack’, ‘Crack’, 25, 0, 1),
(‘drugtest’, ‘DrugTest’, 10, 0, 1),
(‘breathalyzer’, ‘Breathalyzer’, 10, 0, 1),
(‘fakepee’, ‘Fake Pee’, 5, 0, 1),
(‘pcp’, ‘PCP’, 25, 0, 1),
(‘dabs’, ‘Dabs’, 50, 0, 1),
(‘painkiller’, ‘Painkiller’, 10, 0, 1),
(‘narcan’, ‘Narcan’, 10, 0, 1)

;

1 Like