[Release][ESX] Inventory HUD - 2.4 (properties, trunks, players, shops, storages ...)

I’m unable to give certain items to people. Only some things like bread/water… It says “Action not possible, exceeding inventory limit for user”

If anyone can help… it would be greatly appreciated. please.

how to change language of the hud like us,drop, and give like that

Good day guys,
I know someone like me when I give someone what changes from the player ID to the ingame name? In addition, maybe how I can add an inventory weight display?

Here is the current query of the ID in the Client.Lua

RegisterNUICallback(
“GetNearPlayers”,
function(data, cb)
local playerPed = PlayerPedId()
local players, nearbyPlayer = ESX.Game.GetPlayersInArea(GetEntityCoords(playerPed), 3.0)
local foundPlayers = false
local elements = {}

    for i = 1, #players, 1 do
        if players[i] ~= PlayerId() then
            foundPlayers = true

            table.insert(
                elements,
                {
                    label = GetPlayerName(players[i]),
                    player = GetPlayerServerId(players[i])
                }
            )
        end
    end

Thanks if someone can help me


esx_shops new version
server.lua
RegisterServerEvent(‘esx_shops:buyItem’)
AddEventHandler(‘esx_shops:buyItem’, function(itemName, amount, zone)
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)

amount = ESX.Math.Round(amount)

if amount < 0 then
	print('esx_shops: ' .. xPlayer.identifier .. ' attempted to exploit the shop!')
	return
end
2 Likes

it is possible to make inv open on put_stock and get_stock ?

How you integrate your esx shops?? plss

You have to follow the installation guide. You find it at the top of this post.

I have the same problem. did you find a fix?


can anyone help how to shop integration??

Hi so i cannot drop give or use few items in my inventory can anyone help me fix that please

Can you please give me a download link for your version or tell me how you made it so you can scroll with it?

Yes. Add me on Discord: Mvnmt#9999

Hi! I have an issue with money. When I put normal Cash in to the trunk it changes to black money. And if I put drugs like weed into the trunk I can’t move it out. Any Ideas? thx <3

I got the same did you fix it?

can someone please help me. no matter what i do “use, drop and give” wont change to EN. i have looked all in the files changed eveything i need to and nothing changes and im going crazy!!!

Make sure the under the html folder in ui.html you change
src=“locales/cs.js”
to
src=“locales/en.js”
on line 13

im having same issue. have you found a fix?

Would anybody know how to fix the issue of dragging an item to the trunk and it not moving over?

[Help] All working fine, except esx_policejob, when trying to search a player, doesn’t do anything

how to install inventoryhud in policejob and thief scripts?