ESX MENUS - Redesigned & More Features

hi, how to make a faster „scrolling” options, when we holding arrow button?

Hi, you need to change the value of 150 to a smaller value where it is
(GetGameTimer() - GUI.Time) > 150 - normal scrolling
(GetGameTimer() - GUI.Time) > 25 - accelerated scrolling with shift

Doesnt work for me. It doesnt input any error nothing. I tried using deafult menu and works. I dont know why this happnes

:heart_eyes: :heart_eyes: :heart_eyes: :handshake:

Hello, nice work, mate! Quick question, how can I replace the jobs menu with this?

Hi, on your screen is esx_context, we have esx_menu_default, if you would like to swap them you should change the code in your policejob from ESX.Context to the one in the documentation according to the parameters