Hello in my zone config is:
<Room name="limbo" maxUsers="50" isPrivate="false" isTemp="false" limbo="true" autoJoin="true" />
in sfs 2x how can i put limbo and autojoin?
i tried <limbo>true</limbo> and autojoin the same, but the sfs give me error config.
* In final version of the sfs 2x the price ...
Search found 9 matches
- 12 Jan 2011, 19:00
- Forum: SFS2X Questions
- Topic: about limbo and autojoin
- Replies: 1
- Views: 4808
- 25 Nov 2010, 20:48
- Forum: Job offers and requests
- Topic: A paid job
- Replies: 0
- Views: 4751
A paid job
Hello,
i want a game with smartfoxserver pro.
A real time game.
A simple player vs player, a fight game.
The game will catch some attributes in data of a mysql db as agility, life, for the game.
Not require very design, only need a basic design for can i modify and make the rest.
if you interest ...
i want a game with smartfoxserver pro.
A real time game.
A simple player vs player, a fight game.
The game will catch some attributes in data of a mysql db as agility, life, for the game.
Not require very design, only need a basic design for can i modify and make the rest.
if you interest ...
- 24 Feb 2010, 23:33
- Forum: Server Side Extension Development
- Topic: game room extension
- Replies: 0
- Views: 3590
game room extension
Hello,
i would like know create a game room by extension.
example
i saw a poker game with a game roomlist created by server-side. Not created by users. Users can´t create a room.
i can make equal but i don´t know.
Anybody can help me?
i would like know create a game room by extension.
example
i saw a poker game with a game roomlist created by server-side. Not created by users. Users can´t create a room.
i can make equal but i don´t know.
Anybody can help me?
- 18 Feb 2010, 23:39
- Forum: Features Wish List
- Topic: Ability to see zone messages in the new version 2.0 please
- Replies: 1
- Views: 24107
good
its interesting.... good idea...
i will try filter the messages coding in AS.
or log the messages... and save in a database
if in a future version they add this option will be very good
^^
i will try filter the messages coding in AS.
or log the messages... and save in a database
if in a future version they add this option will be very good
^^
- 16 Feb 2010, 13:20
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: problem with connection
- Replies: 3
- Views: 6348
onconnection handler
What does your onConnection handler do?
function onConnection(success)
{
_global.currentRoom = undefined;
if (success)
{
this.login(SFCl.zone, username);
}
else
{
var errorwind = _root.showWindow("errorWindow");
errorwind.errorMsg.text = "Error. Try again later.";
} // end else if ...
function onConnection(success)
{
_global.currentRoom = undefined;
if (success)
{
this.login(SFCl.zone, username);
}
else
{
var errorwind = _root.showWindow("errorWindow");
errorwind.errorMsg.text = "Error. Try again later.";
} // end else if ...
- 15 Feb 2010, 19:19
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: problem with connection
- Replies: 3
- Views: 6348
problem with connection
Version: SFS Basic with the latest patch and latest apis
Debug:
[Sending]: <msg t='sys'><body action='verChk' r='0'><ver v='153' /></body></msg>
[Received]: <cross-domain-policy><allow-access-from domain="*" to-ports="9339" /></cross-domain-policy>
[Received]: <msg t="sys"><body action="apiOK" r ...
Debug:
[Sending]: <msg t='sys'><body action='verChk' r='0'><ver v='153' /></body></msg>
[Received]: <cross-domain-policy><allow-access-from domain="*" to-ports="9339" /></cross-domain-policy>
[Received]: <msg t="sys"><body action="apiOK" r ...
- 04 Feb 2010, 17:43
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Problem with sfs connect
- Replies: 1
- Views: 4370
Problem with sfs connect
When i try to connect i give the message:
[Sending]: <msg print='[type Function]' t='sys'><body action='verChk' r='0'><ver v='161' /></body></msg>
[Received]: <cross-domain-policy><allow-access-from domain="*" to-ports="9339" /></cross-domain-policy>
[Received]: <msg t="sys"><body action="apiOK" r ...
[Sending]: <msg print='[type Function]' t='sys'><body action='verChk' r='0'><ver v='161' /></body></msg>
[Received]: <cross-domain-policy><allow-access-from domain="*" to-ports="9339" /></cross-domain-policy>
[Received]: <msg t="sys"><body action="apiOK" r ...
- 15 Jan 2010, 21:23
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: PROBLEM with RoomList
- Replies: 1
- Views: 4505
- 15 Jan 2010, 21:22
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: PROBLEM with RoomList
- Replies: 1
- Views: 4505
PROBLEM with RoomList
In my project, connect is ok...
later i use
getRoomList();
onRoomListUpdate = function (roomList)
and then join in a room right?
its ok...
onJoinRoom = function (roomObj)
gotoAndStop("chat");
"
but the problem is:
when is in "chat"
NOT LIST THE ROOMS!
i tried the code:
....onRoomListUpdate ...
later i use
getRoomList();
onRoomListUpdate = function (roomList)
and then join in a room right?
its ok...
onJoinRoom = function (roomObj)
gotoAndStop("chat");
"
but the problem is:
when is in "chat"
NOT LIST THE ROOMS!
i tried the code:
....onRoomListUpdate ...