TheDeadlyDutchi Posted April 9, 2016 Share Posted April 9, 2016 Hey, Does anyone know a way to hide the Social Club UI that's opened when you press HOME? I only found PLAYER::IS_SYSTEM_UI_BEING_DISPLAYED to check it, but nothing to hide it. There are quite a few unnamed natives in namespace SOCIALCLUB. Link to comment Share on other sites More sharing options...
jedijosh920 Posted April 10, 2016 Share Posted April 10, 2016 Why would you want to hide it? I'm guessing you wanted this void SET_GAME_PAUSED(BOOL toggle) // 577D1284D6873711 8230FF6CPauses Game.That's what the game does when opening the Social Club UI. Link to comment Share on other sites More sharing options...
TheDeadlyDutchi Posted April 10, 2016 Author Share Posted April 10, 2016 (edited) Why would you want to hide it? I'm guessing you wanted this void SET_GAME_PAUSED(BOOL toggle) // 577D1284D6873711 8230FF6CPauses Game.That's what the game does when opening the Social Club UI. That's not really what I'm looking for. I need something to return to the game from the overlay, not pause or unpause the game Edited April 10, 2016 by TheDeadlyDutchi 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