HELP: ESX menus

FiveM Release: Latest

Mods:

start sessionmanager
start mapmanager
start chat
start spawnmanager
start fivem
start hardcap
start rconlog
start scoreboard
start playernames

start esx_menu_default
start esx_menu_list
start esx_menu_dialog
start mysql-async
start async
start essentialmode
start esplugin_mysql
start es_admin2
start es_extended
start instance
start sirencontrols
start utilities
start wk_vehdamage
start wk_wrs
start esx_sit

start esx_addoninventory
start esx_weashops
start skinchanger

start es_carwash
start esx_petrol
start esx_license
start esx_phone
start esx_shops
start esx_clotheshop
start esx_vehicleshop
start esx_garage

start cron
start esx_moneywash
start esx_service
start esx_datastore
start esx_addonaccount
start esx_joblisting
start esx_jobs
start esx_identity
start esx_society
start esx_billing
start baseevents
start esx_drugs
start esx_thief
start esx_bankerjob
start esx_taxijob
start esx_policejob
start esx_ambulancejob
start esx_jail
start esx_property
start esx_holdup

start carhud
start mellotrainer

start esx_skin
start esx_barbershop
start esx_accessories
start esx_atm
start lscustoms`

Firstly everything runs fine, no errors in console window.
My problem is with the esx job menus, when using job menus I can’t do any selection that requires inputs, nothing appears only a cursor.

EG Bankerjob:-
Boss Options > Withdraw Society Money = Nothing but a different cursor
Boss Options > Deposite Society Money = Nothing but a different cursor
Boss Options > Employee Management = Working beyond this point
Boss Options > Salary Management > Options appear > Nothing but a different cursor

Clip of the problem

I was wondering if it could be a Java issue or browser issue.
Would really appreciate any help on this matter as I’ve not found anything on it so far.

Move your menu starts to below “start esx_extended”

Anything that requires essentialmode or es_extended should away be started after where you have es_extended in the start list.

This didn’t fix the issue, but thank you for the help!
I found a fix that did work for me, maybe it will help others.

In esx_menu_dialog > html > js > open app.js
Edit:-

	let MenuTpl =
		'<div id="menu_{{_namespace}}_{{_name}}" class="dialog {{#isBig}}big{{/isBig}}">' +
			'<div class="head"><span>{{title}}</span></div>' +
				'{{#isDefault}}<input type="text" name="value"/>{{/isDefault}}' +
				'{{#isBig}}<textarea name="value"/>{{/isBig}}' +
				'<button type="button" name="submit">Submit</button>' +
				'<button type="button" name="cancel">Cancel</button>'
			'</div>' +
		'</div>'
	;

To this:-

	let MenuTpl =
		'<div id="menu_{{_namespace}}_{{_name}}" class="dialog {{#isBig}}big{{/isBig}}">' +
			'<div class="head"><span>{{title}}</span></div>' +
				'{{#isDefault}}<input type="text" name="value"/>{{/isDefault}}' +
				'{{#isBig}}<textarea name="value"/>{{/isBig}}' +
				'<button type="button" name="submit">Submit</button>' +
				'<button type="button" name="cancel">Cancel</button>'
		'</div>'
	;

Hope this helps anyone else with the issue of dialog menus not opening.

1 Like

Holy moly thats too many resources!

1 Like

LOL, that’s a little list. Should see mine