Friends can't login

Posted by RedbaK
Hi, i am having issues with my friends joining game.
It works with 1 or 2 people only, the rest cant get past login screen.

Replies (5)

Last message on 14 Jul 2017

Size43 (Administrator) on 30 Jun 2017, 11:34:24
Do they see an error message?
RedbaK (Topicstarter) on 1 Jul 2017, 05:27:51
Usually does nothing when click login as guest. Register doesn't work
Size43 (Administrator) on 1 Jul 2017, 09:27:29
That sounds like they're disconnected from the server. Can you check what gms_info_isconnected() returns?
RedbaK (Topicstarter) on 3 Jul 2017, 01:51:26
Do you mean they check their end...? How? they just have an exe i made. they click multiplay...login screen comes up, and when they try to login as guest, clicking login does nothing.
Size43 (Administrator) on 14 Jul 2017, 16:25:14
Usually when clicking login or register does nothing, the game is not connected to the server.

You could add a bit of code that checks for gms_info_isconnected, and if the game is not connected go to an error message room.

Similarly, you should set a script that can run when the player gets kicked from the server (gms_script_set_kick) so you can show them the error message.