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

Getting this. Any idea? @Trsak

Also, money does not displays at the top right :frowning:

1 Like

There is no ES.lua locale file or you forgot to Translate cash in your ES.lua locale file you made. As for the your cash not showing at the top right that has nothing to do with this script that is an essential mode script you need to show that which is es_ui.

Im having an issue to where when I drop a gun using the menu and pick it back up, it no longer is in my inventory even if I pick the weapon back up. Any fix for this?

How to set limit in inventory ?

Hey guys i’m working on a replacement of the draggable system.
This is how it works : You are clicking an item, it’s oppening a little dropdown menu and you can chose you action type, use, give or drop. When you select one option, it’s oppening a little box wich allow you to set wich quantity of item you wanna use/give/drop.

But my problem is : It’s working with jquery’s “.on(‘click’)” function but it works only in my navigator … Do you have an idea ? Does someone allready has this problem ? Thanks for answers !

1 Like

I downloaded your script, changed the key so it open with F2 but the menu is not showing up when i click F2

i tried to install it but the esx extended just wont go away litrally… tried everything and the script its self keeps breaking when i try to change the key or delete that command line , cant load up weapons when i remove it or do /car [carname]

Great works! I really love it.
Is it a option to hide the trunk side and only shows when your in the trunk ?

Hey, We add items to SQL and image .png to display for new items in HUD but the image doesn’t show.
The image .png we use the same size to the original from a source file.

Please. Tell me what other necessary for display my custom image.

how to delete old inventory ? http://prntscr.com/np2u0g

Just pushed small update - you can now configure items that will close ui while used.

Working on property integration right now.

5 Likes

Updated to latest version, Great work man :slight_smile:
Wondered if there was any plan to add inventory weight to the main inventory aswell as trunk and properties? Also an idea, make the left side - Main inventory ( Max diffrent items 25 (5rows of 5 )maybe be able to sort the inventory would be really nice too as most commonly used items dont start with an “Aa” :stuck_out_tongue: and then the right side could be players pockets to make use of that while there is no trunk or property being used :slight_smile:
Also is it possible to make weapons equipable from the inventory?
Again great work keep it up :slight_smile:

Thank you for your amazing job man. I have a little suggestion. Can you put item weights near the icons or just after the item name? That would be amazing to see how much specific items weights. I was trying to make it done but I didn’t made any success :confused:

  • Open es_extended , then find and remove this code in client/main.lua:
-- Menu interactions
Citizen.CreateThread(function()
	while true do

		Citizen.Wait(0)

		if IsControlJustReleased(0, Keys['F2']) and IsInputDisabled(0) and not isDead and not ESX.UI.Menu.IsOpen('default', 'es_extended', 'inventory') then
			ESX.ShowInventory()
		end

	end
end)

Github Installation Link

I seem to have cash duplicating image wise in my inventory.

Anyone know of a way to fix this?

image

check ur players user_inventory in database, delete all cash entries in there, restart the server, dont add cash into the inventory, it will be pulled from users {money }
hope this helps

In the esx_inventoryhud _resourse have you added [‘html/img/items/cash.png’,]
more then once?

As its a test server i cleared the accounts down, restarted it, gave myself a job with a high paying wage, waited to get some money then pulled it out the bank.
Sadly still getting a duplication, I got $2000 out, and i can see two images for that amount in my inventory.

Only one image for cash.png

Just release version 2.2 with esx_property support! Go and check it out!

Follow wiki page for install instructions.

3 Likes

You’re crazy.