Search found 464 matches

by appels
27 Sep 2011, 05:24
Forum: SFS2X Questions
Topic: Running as a daemon?
Replies: 2
Views: 4783

latinrx wrote:or do I just use sfs2x-service?

yep
by appels
24 Sep 2011, 11:51
Forum: SFS2X Questions
Topic: how to load extension in admin tool
Replies: 4
Views: 6711

No, the folder can be anything you want, the extension name itself needs to end with ...Extension. ( FPSExtension, ChessExtension...)
Once this is the case, the admin tool will pick it up.
Same for the zone extension in the jar, once it's called something like ZoneExtension, it will get picked up.
by appels
23 Sep 2011, 09:34
Forum: SFS2X Questions
Topic: Sfs 2x not able to connect to MySql database
Replies: 5
Views: 8900

http://docs2x.smartfoxserver.com/DevelopmentBasics/database-recipes

Did you install the MySQL lib in the right place ?
by appels
23 Sep 2011, 09:30
Forum: SFS2X C# API
Topic: NullReferenceException when send packet using UDP
Replies: 1
Views: 4659

Try init the upd connection upon login.
by appels
21 Sep 2011, 20:53
Forum: SFS2X ActionScript 3 API
Topic: SFS2X - SetUserVariable not returned to sender
Replies: 6
Views: 10693

It happens :)
Good you solved it.
by appels
21 Sep 2011, 18:39
Forum: SFS2X ActionScript 3 API
Topic: SFS2X - SetUserVariable not returned to sender
Replies: 6
Views: 10693

ah no, my bad, you do get the update on the sender.
I just tested it.
Can you see the variable in the admin tool for the user ?
Did you add the callback on the client ?
by appels
21 Sep 2011, 17:01
Forum: SFS2X ActionScript 3 API
Topic: SFS2X - SetUserVariable not returned to sender
Replies: 6
Views: 10693

if i recall right the sender doesn't get the update, you can manualy poll for it and see if it's there.
by appels
07 Sep 2011, 10:14
Forum: SFS2X C# API
Topic: unity client doesnt get uservar of type sfsobject
Replies: 23
Views: 28932

How do expect people to help you if you don't give the faulty code ? If you can give a clear example of what's not working i could help you. Even a dummy example of what your trying to achieve, it doesn't have to be the actual code. The clearer your example the more help you could get. And assuming ...
by appels
06 Sep 2011, 20:57
Forum: SFS2X C# API
Topic: unity client doesnt get uservar of type sfsobject
Replies: 23
Views: 28932

I'm still on the last DLL and it works just fine. Client debug: User var: (utf_string) var2 (byte) 5 (sfs_object) (utf_string) msg: this is an object (sfs_array) an array: (sfs_object) (utf_string) txt: meh meh 0 (utf_string) txt2: mah ...
by appels
03 Sep 2011, 00:06
Forum: SFS2X C# API
Topic: Unity 3.4 / SFS2x RC1 Tutorial Issues
Replies: 23
Views: 34832

Did you check the Unity player logs ?
Do you see any errors in it ?
by appels
31 Aug 2011, 01:20
Forum: SFS2X C# API
Topic: Problem with unity and unify example
Replies: 1
Views: 4222

i've never seen the example you have there... are you using SFS2 ? just to be sure ...
In either case, you should check if the remote player gets spawned on the client side. So check if the spawn request comes through and if not, check on the server if it's sending it.
by appels
31 Aug 2011, 01:16
Forum: SFS2X C# API
Topic: I have a noob problem.
Replies: 14
Views: 16804

yeah now it's in there, if that doesn't work you will need to trace the steps and see where it goes wrong.
The Code looks ok to me unless i missed something :)
by appels
31 Aug 2011, 01:13
Forum: SFS2X C# API
Topic: I have a noob problem.
Replies: 14
Views: 16804

You can use the trace command : trace ("my debug message");

Your saying that the function excists in the player class... pokerplayer class ?
because i can't see it in the scripts.
by appels
31 Aug 2011, 01:09
Forum: SFS2X C# API
Topic: I have a noob problem.
Replies: 14
Views: 16804

Hard to tell but i'm guessing it's hitting on this function :

public void AddChips(PokerPlayer player) {

player.increaseChipCountBy(20);
}

does the 'increaseChipCountBy' function excist somewhere ?
by appels
31 Aug 2011, 01:03
Forum: SFS2X C# API
Topic: I have a noob problem.
Replies: 14
Views: 16804

I wanted to see the other one, where it's getting the error in : Table.java:110

Go to advanced search