[RELEASE] Menu and Dialog for ESX

Hey did you get this resolved?

Mine shows as a bunch of code in the inventory menu.image

Hello,

Since i installed this menu it looks like this:
https://gyazo.com/f9d70e0913a51ae7c3ef850bb102e495

Can someone help me fix it?

Can someone help me with this error

Anyone mind helping with this? I’m not sure how to explain this but you can tell its not right if someone could help me that would be nice!!
1

it’s show’s me only white thing…

how can i make this english Screenshot 2020-10-13 220929

I just installed absolutely no problems, thank you for this is. It looks Great

hello did you solve the problem? I have the same problem.

What is this menu called?

Can i add a logo?

same, did y ou fix that?

Hello, can anyone help me? I would like to remove these 2 dashes that are under “Ambulance”. Can you tell me how to do this?

you have to replace it with the main.css of an another file esx_menu_default

hello, i have this problem with [ESX] MoneyWash

when i press E player just freezes and cant do nothing. Can you help me?

Do not listen to others go to your html/app.css and find line 27 and replace your current height with this

height: 162px;

How can I remove the bank money from the HUD that I only see money that I have with me?
my function looks like this:

for k,v in pairs(ESX.PlayerData.accounts) do
		if v.money > 0 then
		local formattedMoney = _U('locale_currency', ESX.Math.GroupDigits(v.money))
			local canDrop = v.name ~= 'bank'

			table.insert(elements, {
				label = ('%s: <span style="color:green;">%s</span>'):format(v.label, formattedMoney),
				count = v.money,
				type = 'item_account',
				value = v.name,
				usable = false,
				rare = false,
				canRemove = canDrop
			})
		end
	end

how to modify the color whit green white and red ??

How to add category such as
Cash – default
Bank Money – default
Bank Black Money – defaule
Food List – Wanna do a category for items
Weapon List
…etc

every other menu works except the F2 and the gun shop menus. Can someone help me?