Your server code seems to be fine.
I see some users playing your game, with 'game is full' at 2 players.
Probably you need to re-upload the swf file, for your latest uploaded version. I guess your current embedded versions are still using the previous version.
Max Users.
rdz dijo
hace mucho tiempo | Publicación #2
terbooter dijo
hace mucho tiempo | Publicación #3 Thanks.
The problem was that new version uploaded incorrect
I reapload and all works fine
The problem was that new version uploaded incorrect
I reapload and all works fine
Contestar al tema
Regístrate ahora para responder a éste tema
terbooter dijo
hace mucho tiempo | Publicación #1I uploaded game to some portals.
Then I made change in serverSide code:
I added property MaxUsers=2;
to GameStarted() function
as described here
http://www.nonoba.com/developers/documentation/multiplayerapi/gettingstarted
But then I test game I still can see that more then 2 people at same room and I cant see "Game Full" message.