[FREE][ESX/QBCore][RELEASE] xc_blips

is there any option to add the blip to only show when carrying a specific item?

for now no

but you can make one

did you find a fix for this?? im having the same issue :frowning:

Can you add/upgrade so that when off duty the blips disappear and when on duty the blips appear?

Which framework? qb?

qbcore

hi is there any possibilities to add an item to this ??

when plyer use it to sho blips

anyone know how to modify on foot blip ?

Find SetBlipSprite(blip, prop.sprite or 1) and replace number 1 into blip number you want.
Blips Reference

1 Like

its okay but on foot blip there is a white radar something i want to remove it

Find SetBlipShowCone(blip, true) and comment/remove them.

1 Like

thank you very much

another thing is their any idea to make this work with item ??

example : only show when player use item

I believe there is. Something like rather than listen when the job data changes, you could modify it into trigger when a particular item is being used.