Hi,
I really don't understand how I can check if a room is full or not (I'm ok with that) and if not, create a new room.
And If a new player comes, he gonna find the first room full and I want to connect this user to the new room I just created (that's my problem).
How can I do that ?
I think it should be better with more details :
I fact I have 2 levels : Map1 and Map2.
If there is no player, and a player comes and choose the Map1, a new room "Map1" is created.
Map1 can have just 4 players insides.
If Map1 is full, I would like to create a Map1_1. But how the new players can be redirected to this map ?
Thanks a lot !
Best regards,
AB