I have the same issue. Food items and money seem to be there but not the weapons if you don’t own them.
edit: I also seem to have trouble exiting the inventory using the ESC key unless an item is transferred between inventories.
I have the same issue. Food items and money seem to be there but not the weapons if you don’t own them.
edit: I also seem to have trouble exiting the inventory using the ESC key unless an item is transferred between inventories.
Do you have the esx_inventoryhud_trunk mod installed? Have you put the information into your SQL db?
I’m having this same issue. Has anyone found a fix?
Deleting the item before you add the item to trunk will solve this problem.
Please check pullrequest. I haven’t tested it yet.
https://github.com/Trsak/esx_inventoryhud_trunk/pull/24/commits/45b3c862eaac8c24cf532e09d5a0e1d4c511000d
When i search someone i don’t see his weapons idk why 
so with /openinventory it says i dont have permission is there a file i need to look for
We’ve come across an issue whereby cash and dirty money like to duplicate “ghost” versions of itself. Only the original item is usable, all the others are just images. Has anyone else come across this?
yes. what i did on that was just bracet the lines out and added the function after it.
–[[
function OpenBodySearchMenu(player)
ESX.TriggerServerCallback(‘esx_policejob:getOtherPlayerData’, function(data)
local elements = {}
for i=1, #data.accounts, 1 do
if data.accounts[i].name == ‘black_money’ and data.accounts[i].money > 0 then
table.insert(elements, {
label = _U(‘confiscate_dirty’, ESX.Math.Round(data.accounts[i].money)),
value = ‘black_money’,
itemType = ‘item_account’,
amount = data.accounts[i].money
})
break
end
end
]]
function OpenBodySearchMenu(player)
TriggerEvent(“esx_inventoryhud:openPlayerInventory”, GetPlayerServerId(player), GetPlayerName(player))
end
ok so when u press F2 to open ur inventory up how come it says on the left second inventory not available is there a way i can open that up so aslong as someone has a bag on there back they can use it to store items etc ?
the second inventory trunk not avalable , i dont know how to use it :(((
there’s any way to show inventory weight and info? 
added tr.lang
Please get my pull request.
Eline sağlık keşke Türkçeleştirmeden önce yayınlasaydın 
I’ve tried adding :
add_ace group.superadmin command.openinventory allow
add_ace group.admin command.openinventory allow
to the config, but superadmins still receive ‘you do not have permissions for that action’ error message. Any ideas why this isn’t triggering as expected? I need admins to be able to view other peoples inventories
is it only superadmins that cant use it or admins and superadmins?
both currently, i’m using the latest hud version also, only patched the no cash/weapons issue so the openinventory function and parts around it are untouched
are your admins registered in the server.cfg?
if you mean have i added the principal identifier.steam and group to my admins, yes
well i personall dont see any reason to use superadmins, and on the latest version, i have no issues with admins being able to open inventorys, if i get chance il maybe take alook at superadmins.