[ESX/QBCore] MSK SecretBlips - Show and delete Blips with an item

I created this a long time ago for QBCore

can you link me this qbcore version please

(I will translate the README to english soon)

Update v2.0

  • Added QBCore Support
  • Added locale files
  • Added Config.RemoveItem = true - Set this to ‘false’ if you don’t want to remove blips after you removed the item form you inventory.
  • Added Config.BlipTime = 60 - After this time the blips will be removed.

For those who have an error in Server.lua:39 make sure that you replace QBCore:Client:Notify to 'QBCore:Client:Notify'
That should be fix this error :slight_smile:

hello i have this problem

@SecretBlips/server.lua:35: attempt to call a nil value (field ‘CreateUsableItem’)
@SecretBlips/locales/de.lua:4: attempt to index a nil value (global ‘Locales’)

1 Like

replace
QBCore.Functions.CreateUsableItem(“coyote”, function(source)

by
QBCore.Functions.CreateUseableItem(“coyote”, function(source)

Yeah I see. forgot an e

Update v2.3

  • Changed Translation function
  • Fixed some QBCore Bugs

modify the Config.DrugItem of the file config.lua in Config.Drugitem

Done, thanks

Update v3.0

  • You can add multiple items and blips now

Update v3.1

  • Added Support for QBCore again
1 Like

Update v3.2

  • Bugfixes
  • Added onRemoveItem for QBCore

nothing happens when i drop or picup a item, in qbcore

You have to use the item

could you add the option that blips appear and dissaprea when having the item only in inventory without using?

Support for ox_inventory should also be added since it is the most used one :slight_smile:

It should be compatible with ox_inventory if you use ESX or QBCore as Framework.

Does not work when you remove the item from inventory :frowning:

OKay I’ll look into it