Deleting items from inventory instead of dropping it

Hi!
I tried a lot of ways to remove the item permanenty but I couldn’t find the way.
I’m using esx_inventoryhud and there is a line with “esx:removeInventoryItem”. Is there any other triggerserverevent what can delete the item instead of dropping it?
If the answer is “no” than what else can I do with it?

Thanks for help!
R.-

1 Like

So someone can help with this ?

Go to es_extended/server/main.lua and comment those 2 lines :

local pickupLabel = (’~y~%s~s~ [~b~%s~s~]’):format(xItem.label, itemCount)
ESX.CreatePickup(‘item_standard’, itemName, itemCount, pickupLabel, playerId)

Qual linha?