Mfps 1.8 Main Menu Bug

General support.
Post Reply
User avatar
Puppet0728
Contributor
Contributor
Posts: 1
Joined: Mon Apr 16, 2018 9:25 pm

Has anyone had issues with create a room, where if you reload the scene by going to one of the add on scene ( such as customizer or class customization ) then go back to the menu it wont let you make a lobby any more? It will show as "none" for the room name and game mode. I tested this in 2 new projects and i cant figure out whats causing the bug
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Please try the following:

Add this line:

Code: Select all

ResetValues();
in bl_Lobby.cs -> GoToMainMenu() -> after these lines:

Code: Select all

if (!alreadyLoadHome) { bl_LobbyUI.Instance.Home(); alreadyLoadHome = true; }
                SetLobbyChat(true);
Your code should look like this:
Image
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply