could you remove blips?
pudiste sacar los blips?
Ahi te dice que la primera línea ya esta en tu base de datos (cannabis) borra la linea y listo
------------------COMENTA DESDE LALINEA 142 A LA 162 INCLUSIVE Y SE PAGAN LOS BLIP---------------------------
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
Citizen.CreateThread(function()
for k,zone in pairs(Config.CircleZones) do
CreateBlipCircle(zone.coords, zone.name, zone.radius, zone.color, zone.sprite)
end
end)
I cant pick up items. Why could be it for?
No puedo coger las drogas. Alguien sabe por qué?
Hey Guys, on a first place i want to say, that this is a nice script, but i have a problem with “LSA” i dont see it in chemicals convertions, any suggestions ?
I can’t too, I want to know why?
I don’t know what’s going on, I try to harvest, but nothing goes into my inventory.
go into cfg and you will see cords
where the hell the chems? cause it sure doesnt show in th cfg where to pick them up at
Is it possible to increase the number of barrels of H.A; S.A; S.H? With me there is always only one barrel
- remove the cannabis libe from sql quary code then run !!
cannabis already exists on your “item” table data !!
- Remove the cannabis item from your ITEMS database table
dont do 1 and 2 together !! do any one of my point !
replace all .limit
with .weight
on SERVER SIDE Files !!
U know that with the esx 1.2.0 dont work?
I fixed it.
Change every xItem.limit to xItem.weight
This script is extremely broken, unless you lads know what your doing I suggest not getting in too deep.
Hello, how to fix problem, with only pick up one of everything, 1 canabis, 1 coke etc.
Any one need any help regarding this script contact me !! I can solve every errors or any problem you are facing !
yeah in the config bro