SmartFoxServer Basic exitCurrentRoom = false不起作用

时间:2015-03-16 12:35:32

标签: actionscript-3 smartfoxserver

我正在尝试留在当前房间,但是exitCurrentRoom = false无法正常工作,我每次都会离开房间,我该如何解决这个问题或者问题是什么?!

我想让所有用户都在大厅里,这样他们就可以在比赛开始之前收到更新。

var gameRoom = {};
        gameRoom.name = user;
        gameRoom.password = "";
        gameRoom.maxUsers = 4;
        gameRoom.isGame = true;
        gameRoom.exitCurrentRoom = false;

sfs.createRoom(gameRoom);

谢谢

1 个答案:

答案 0 :(得分:0)

问题是 exitCurrentRoom exitCurrent 实际上。只是浪费了很多时间,我希望它对某人有所帮助。

上一篇文章中的更多信息here