Search found 7 matches

by nugao
15 Feb 2012, 17:08
Forum: SFS2X C# API
Topic: Question on SFSArray
Replies: 3
Views: 7918

Re: Question on SFSArray

case "charList": Debug.Log("Got Char List"); ISFSObject dt = (SFSObject)evt.Params["params"]; SFSArray chars = dt.GetSFSArray("chars"); string test = chars.GetSFSObject(0).GetUtfString("char_name"); Debug.Log(test); break;
by nugao
07 Jan 2012, 15:57
Forum: SFS2X C# API
Topic: Happy new year to you all
Replies: 2
Views: 5193

Happy new year..
by nugao
17 Dec 2011, 13:58
Forum: SFS2X C# API
Topic: onLogin problem
Replies: 4
Views: 7773

As I know, you first login to a zone and join a room, then you can send ExtensionRequest.
by nugao
17 Dec 2011, 13:52
Forum: SFS2X C# API
Topic: How i can call my function from sfs event(ExtensionResponce)
Replies: 9
Views: 13012

Do you have "ProcessEvents()" with timer?
by nugao
10 Dec 2011, 12:39
Forum: SFS2X C# API
Topic: :::NEW::: API Update
Replies: 14
Views: 21331

With the new one, I have got two problem.

When server is not online, client connect to offline server, event "SFSEvent.CONNECTION" is not fire. And in Editor I "Play" again, then the Editor was hung.
by nugao
09 Dec 2011, 18:04
Forum: SFS2X C# API
Topic: when player was kicked by server, client can't quit normally
Replies: 0
Views: 4785

when player was kicked by server, client can't quit normally

Hello. I have two same client in single PC. Server had external database and custom extension. First client was kicked by server automatic, when second client login with same username, and then second client quit normally, but first client have got a problem, it can't quit normally. Has anybody got ...
by nugao
29 Oct 2011, 16:53
Forum: SFS2X Questions
Topic: Zone extension - Server error on startup
Replies: 12
Views: 16818

I had your problem.

My method is simple, just uninstall SmartFoxServer, and delete all file. Reinstall and patch.

At last, my SFS is work.

Go to advanced search