Highscores not working for some players

Posted by phj9894
I use game maker server to make online leaderboard and it works fine to me. But some players reported that they stuck in infinite loading when uploadig score or the game can't load the highscore list after playing over an hour. I found that this issue happens when the internet connection is disconnected during playing. Is there a way to check if the game is disconnected from the server and try reconnecting if it does ?

Replies (1)

Last message on 21 Apr 2020

Size43 (Administrator) on 21 Apr 2020, 10:44:33
There is! You can use gms_info_isconnected to check the connection, and gms_connect to reconnect.