[Release] esx_menu_default edited to looks like gtaonline

Would love to know how ya got those icons.

Hod do i disable menu for shoping only

Hey iĀ“m having a problem with this can anyone help me. Like this Font is buggi
Unbenasddnnt

I got this working again by changing the app.js in html/js from this

'<div id="menu_{{_namespace}}_{{_name}}" class="menu{{#align}} align-{{align}}{{/align}}">' +
			'<div class="head"><span>{{{title}}}</span></div>' +
				'<div class="menu-items">' +
					'{{#elements}}' +
						'<div class="menu-item {{#selected}}selected{{/selected}}">' +
							'{{{label}}}{{#isSlider}} : &lt;{{{sliderLabel}}}&gt;{{/isSlider}}' +
						'</div>' +
					'{{/elements}}' +
				'</div>'+
			'</div>' +
		'</div>'

to this

'<div id="menu_{{_namespace}}_{{_name}}" class="menu{{#align}} align-{{align}}{{/align}}">' +
			'<div class="head_{{{css}}}"><span></span></div>' +
				'<div class="menu-items">' +
					'{{#elements}}' +
						'<div class="menu-item {{#selected}}selected{{/selected}}">' +
							'{{{label}}}{{#isSlider}} : &lt;{{{sliderLabel}}}&gt;{{/isSlider}}' +
						'</div>' +
					'{{/elements}}' +
				'</div>'+
			'</div>' +
		'</div>'

And also make sure you have the images loaded in the fxmanifest or resources file either one you are using.
Should look something like this, (Mine will not work for you as i have my own images i have made.)

files {
	'html/ui.html',
	'html/css/app.css',
	'html/js/mustache.min.js',
	'html/js/app.js',
	'html/fonts/pdown.ttf',
	'html/fonts/bankgothic.ttf',
	'html/img/cursor.png',
	'html/img/keys/enter.png',
	'html/img/keys/return.png',
	'html/img/header/247.png',
	'html/img/header/tatoo.png',
	'html/img/header/Inventaire.jpg',
	'html/img/header/Accessoires.png',
	'html/img/header/actions_metier.jpg',
	'html/img/header/ammunation.jpg',
	'html/img/header/animations.jpg',
	'html/img/header/armesillegales.jpg',
	'html/img/header/autoecole.jpg',
	'html/img/header/changer.png',
	'html/img/header/Concessionnaire.jpg',
	'html/img/header/Entreprise.png',
	'html/img/header/factures.jpg',
	'html/img/header/fourriere.jpg',
	'html/img/header/garage.jpg',
	'html/img/header/gestionpatron.png',
	'html/img/header/gpsrapide.jpg',
	'html/img/header/identite.png',
	'html/img/header/lscus.png',
	'html/img/header/masque.jpg',
	'html/img/header/Me_concernant.jpg',
	'html/img/header/mecano.png',
	'html/img/header/menu.jpg',
	'html/img/header/moderation.jpg',
	'html/img/header/poleemploi.png',
	'html/img/header/Quincaillerie.jpg',
	'html/img/header/skin_menu.png',
	'html/img/header/suburban.png',
	'html/img/header/universite.jpg',
	'html/img/header/valider.png',
	'html/img/header/vehicle.png',
	'html/img/header/vestiaire.jpg',
	'html/img/header/police.jpg',
	'html/img/header/citinteraction.jpg',
	'html/img/header/invoices.jpg',
	'html/img/header/vehinteraction.jpg',
	'html/img/header/objspawner.jpg',
	'html/img/header/cloakroom.jpg',
	'html/img/header/jobcenter.jpg',
	'html/img/header/clothes.jpg',
	'html/img/header/armory.jpg'

Can you upload the config for ammunation? i donā€™t get thisā€¦