Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Hide Menu in Menu Button

Joined
Feb 4, 2014
Messages
962
Reaction score
36
Hi, I modified the Juver Gui using file in release section "Custom Menu" but my problem is after login the menu is already open, I just want to Close first after login then it will open only if i Click sa Menu Button.

Which CPP do I need to check or hide the main menu after login.

Thanks

Source: https://forum.ragezone.com/f528/share-custom-menu-sharing-1142801/

cYADiTN - Hide Menu in Menu Button - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
Use CInnerInterface::GetInstance().HideGroup( WINDOW_NID ) when the user logs in .
Then checking the window whether is open or not to determine hide or show the window.
 
Upvote 0
Back
Top