Room Codes

Posted by Gelbyte
Is there any functions that you could use to make a room code for sessions? I hope there is.

Replies (1)

Last message on 21 Oct 2018

Size43 (Administrator) on 21 Oct 2018, 16:49:45
You could use the session IDs directly, or store a custom code in the session tag (see gms_session_tag and gms_session_create_ext). It will require a bit of custom code to wire it all up.