@SWood press ‘ESC’ or click the ‘EXIT’ button.
@Decon You have some good suggestions, I’ll take a look when I next have some time.
@NoamKvet Have you modified any of the files? If so send me your modifications. Also, what FX build are you on?
@MJRamon You should take a look at this guide.
You send data from Lua to the JS side using SendNUIMessage, take a look at the ui.js file in the ActionMenu resource, there’s a function called init(), which loops through all of the HTML buttons, checks if they have a data-action attribute, then assigns them a click function, which is just the sendData function, but with the button’s data-action.