@Trsak I’m having some issues with trunk opening too, I can open the trunk the first couple times but then just stop to work on any car… the only way is to restart the server every time I want to test/use it.
Apart from this all looks working as intended
EDIT: Im testing owned cars and not owned. the config is configured to allow all vehicles
regards
how did u get your ui layout like that
I know its part of the esx_ambulancejob but was hoping you can help me figuring out how to drop the items from the esx_ambulancejob. I found the function where it removes items after death in esx_ambulancejob/server/main.lua:
if Config.RemoveItemsAfterRPDeath then
for i=1, #xPlayer.inventory, 1 do
if xPlayer.inventory[i].count > 0 then
xPlayer.setInventoryItem(xPlayer.inventory[i].name, 0)
end
end
end
but is there such thing as a xPlayer.dropInventoryItem or do you know of a way to drop the items like esx_inventoryhud does?
if Config.DropItemsAfterRPDeath then
for i=1, #xPlayer.inventory, 1 do
if xPlayer.inventory[i].count > 0 then
-- drop the items here
end
end
end
if Config.DropItemsAfterRPDeath then
for i=1, #xPlayer.inventory, 1 do
if xPlayer.inventory[i].count > 0 then
TriggerServerEvent("esx:removeInventoryItem", xPlayer.inventory[i].type, xPlayer.inventory[i].name, xPlayer.inventory[i].count)
end
end
end
How can i remove this text 
Can’t use items, any fix? No errors on console.
i think u need to create it yourself inside esx_basicneeds… server side… maybe i am wrong
Weapon is not updating well with the inventory…
If i drop a weapon on the ground it take a few second to the UI to update and if I pickup the weapon on ground it doesn’t show in the inventory anymore… and if you redrop a weapon on ground, it disapear and you can’t pick it
es_extended issue
found a bug:
basically if you have something in your car that normaly has a limit in your personal inventory, like for example packaged wood or drugs, there is no limit for how much of that you can take out of the vehicle, so you can take out as much as your car fits straight into your inventory
There is, just use latest version.
umm what? I am using 2.1 currently with the trunk addon.
Do you use vMenu? That is the noclip option you can change the key binding in the vMenu config
Exactly I have vMenu can you indicate me the file that I have to edit within vMenu thanks in advance and sorry for my English
In the vMenu -> config folder find permissions.cfg and look for setr vmenu_noclip_toggle_key 289 you can google fivem controls and you should get a list of keybinds for fivem just replace that number with one of the other ones for fivem and reboot the server
If I do not want to change the number and I just want to remove the function?
Not sure there is a disable feature but you could try to comment it out but I have never done that before so I can’t really say
I have the same issue. Did you solve it?
How can it be a es_extended issue when not using your menu there is no delay in weapon pickup etc ?
There is a only a delay in your UI not refreshing right away
Nope.