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

es_extended/client/main.lua

Change line 480 till 490
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
if IsControlJustReleased(0, Keys[‘F2’]) and GetLastInputMethod(2) and not isDead and not ESX.UI.Menu.IsOpen(‘default’, ‘es_extended’, ‘inventory’) then
ESX.ShowInventory()
end
end
end)

To:

–[[Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
if IsControlJustReleased(0, Keys[‘F2’]) and GetLastInputMethod(2) and not isDead and not ESX.UI.Menu.IsOpen(‘default’, ‘es_extended’, ‘inventory’) then
ESX.ShowInventory()
end
end
end)]]–

1 Like

ty (20 chaaaaaaaaaaaaaaaaaar)

You have probs changed somthing in the css that doesnt like it

Just was changing the UI Slightly to more like mu liking and have done this

nah mines working fine dude.

and what notification system are you using?

pNotify have customized the css to my liking to make it like no pixels

But i done in 2 secs so not amazing but its fine i like it

Do you know how i disable the second inventory mayybe ?
I’ve looked in the installation but i cannot find it :frowning:

Yes its quite simple like i have done it just remove the functions from css and that will remove the design which is all you need to do right now because the 2nd inventory is not a working thing yet :slight_smile:

okey and how do i do that cuz i’m a big noob in css :stuck_out_tongue:

If we drop a weapon on ground and pick it up it doesn’t appear in the inventory.

EDIT: Well i try with the PISTOLET it didn’t show in inventory but then I tryed with APPISTOL and it showed it back into the inventory after a few second

same for me, i think this need a update in real time

Good news! Trunk implementation is almost done!

I will test it for some time and release it through monday. Trunk inventory will be standalone addon.

7 Likes

wow so cool

YAAS very awesome

HBD Sir

Vehicle trunk inventory just released! Go check it out!

4 Likes

when i try to open the trunk i get this error and the trunk doesnt open :frowning:

Happy birthday :slight_smile: :):birthday::birthday:

2 Likes

pNotify is now requirement.