resources[esx]\esx_inventoryhud\config.lua
line 9-10
– List of item names that will close ui when used
Config.CloseUiItems ={…}
resources[esx]\esx_inventoryhud\config.lua
line 9-10
– List of item names that will close ui when used
Config.CloseUiItems ={…}
thank you for your help i tried to do that and this is my config:
Config = {}
Config.Locale = “en”
Config.IncludeCash = true – Include cash in inventory?
Config.IncludeWeapons = true – Include weapons in inventory?
Config.IncludeAccounts = true – Include accounts (bank, black money, …)?
Config.ExcludeAccountsList = {} – List of accounts names to exclude from inventory
Config.OpenControl = 289 – Key for opening inventory. Edit html/js/config.js to change key for closing it.
Config.CloseUiItems ={radio, tuning_laptop} -----I added it by myselfe but it doesnt work----
Config.EnableVehicleKey = true
Config.EnableHouseKey = true
Anyone have already tried to implement esx_inventory_hud with loaf housing? im trying to do that, but i can´t 
ik, long time. Where you able to find a solution to this problem?
If you are using esx_advancedvehicleshop you should go to esx_inventoryhud --> client --> trunk.lua then search for isPlateTaken
If is “esx_vehicleshop:isPlateTaken” Change to “esx_advancedvehicleshop:isPlateTaken”
Is there a way to make this inventory hud work with esx_weaponshop
I try to use same method like esx_shop but it didnt work
I want only one “cash” and i have two, one with png, the png one it’s “work” but the another it doesn’t

in config. lua, the Config line.IncludeAccounts = true set to false
this should be
Config.IncludeAccounts = false
Anyone have an issue with inventoryhud_trunk deleting a players trunk inventory sometimes? Very hard to track down but\ every know and then someone loses their entire trunk. No SQL errors nothing. Is it possible that the timing matches a server hitch and causes it to mess up?
Having an issue with this not working with shops/storages, I just get the normal ESX menu. Also glovebox and trunk won’t open (yes I have them installed and started on the server).
I was having this problem, but i found the fix, go into your config.lua and where it says Config.IncludeAccounts… Change that to false 
my game freezes when i click F2 and open inventory with the mouse over the game and can t move, i can t close inventory and can t do anything i only can disconnect from F8 console
Help me plz
how to open a society storages in jobs with esx_inventoryhud?
for example the armory in the policejob
how you add id card and driver license to f2 menu
Hey mate, did you manage to solve this?
If not, I have the solution for you. Better late then never.
i have the same problem
is it possible to add a simple weight limit to the inventory system? feels a bit OP to have infinite amounts of items and near infinite amounts of said items, been trying a bit with adding a weight limit, but it’s rather hard to do when you are a bit unsure about where to check for things, and what to do if the limit is reached…
also trying to get an item limit worked into it, that it loads from the database, so item amount can be limited(making the inventory slightly less OP)
Main reason for adding the weight limit, is to get the option to increase it, using gamz skillsystem, so you can work out at a gym, and increase how much you can carry, up to a certain level… having a hard time actually making it work though. so would it be possible for you to add it yourself? since you know the script inside and out 
has anyone fixed the problem with esx_shops integration yet?
just use “html/img/items/*.png”, m8 no need to add every name of the items, this will allow any .png to be used within the “items” file