Oniel 0 Posted October 19 After the game is minimized while CEF is running, the pause menu (esc) appears. How can I fix this? Share this post Link to post Share on other sites
Kar 12 Posted October 25 (edited) mp.events.add( { 'render' : () => { if(playerLoggedIn === true) { if(mp.game.ui.isPauseMenuActive()) { if(mp.gui.cursor.visible === true) { mp.gui.cursor.visible = false; } } else { I did something like that Also, on authentication, I do this if(mp.game.ui.isPauseMenuActive()) { mp.game.ui.setFrontendActive(false); } Edited October 25 by Kar Share this post Link to post Share on other sites