Oniel Posted October 19, 2019 Share Posted October 19, 2019 After the game is minimized while CEF is running, the pause menu (esc) appears. How can I fix this? Link to comment Share on other sites More sharing options...
Kar Posted October 25, 2019 Share Posted October 25, 2019 (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, 2019 by Kar 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now