Connect players to one session

Posted by RandomNICK
So as of right now I just wan't the players to be in the same session.
When I login with my beta-testers and friends. We all end up on different sessions...
is there a way to re-route that because I've tried session create and afterwards session join but that doesn't work. :/

Any ideas?

Replies (2)

Last message on 25 Jun 2016

Size43 (Administrator) on 25 Jun 2016, 22:01:37
Unless you're using the gms_session functions, you should all end up in the same session. Please make sure by checking gms_session_id
Shaddovv on 25 Jun 2016, 19:33:15
Make sure at the beginning of youre room you run this code with all the same id of the session:
gms_session_join (session_id)