Search found 9 matches

by Sinkist
20 May 2017, 22:37
Forum: SFS2X Questions
Topic: Linux Server + Plesk = Already in use?
Replies: 4
Views: 6708

Re: Linux Server + Plesk = Already in use?

Ok, 8443 was the fool, blocked by plesk. I changed the port in the corrosponding sfs .xml.

Fixed.
God save ur life.
by Sinkist
20 May 2017, 12:11
Forum: SFS2X Questions
Topic: Linux Server + Plesk = Already in use?
Replies: 4
Views: 6708

Linux Server + Plesk = Already in use?

Hi, im trying to start sfs on my linux v-server. When i run ./sfs2x.sh i get this: root@abcdefg:/home/sfs/SFS2X# ./sfs2x.sh 11:59:24,166 INFO [main] v2.SmartFoxServer - Boot sequence starts... 11:59:24,555 INFO [main] core.SFSEventManager - AnonymousService-1 initialized 11:59:24,575 INFO [main] imp...
by Sinkist
15 May 2017, 16:23
Forum: Server Side Extension Development
Topic: Organize my code in classes? Java
Replies: 3
Views: 6058

Re: Organize my code in classes? Java

Dear, so i just create a new class with no change in superclass(default is java.lang.Object) and no interface. In my functions in this class i can not use things like "getParentZone()" or even "trace()". In case of getParentZone() which returns a zone you mean i should pass the z...
by Sinkist
15 May 2017, 11:26
Forum: Server Side Extension Development
Topic: Organize my code in classes? Java
Replies: 3
Views: 6058

Organize my code in classes? Java

Hey, i want to tidy up my extension code(Java extension). So i thought i put similar things in a class and access them thru this. My project is made out of a main-class which extends SFSExtension and contains the init() start-function. Now i created a new class itemUtil-class which extends main-clas...
by Sinkist
02 May 2017, 16:17
Forum: Server Side Extension Development
Topic: user.getName() == "username" doesnt work
Replies: 1
Views: 4338

user.getName() == "username" doesnt work

Hey, i cant get what is wrong with this: User user = (User) arg0.getParameter(SFSEventParam.USER); trace(".........................................."); trace(user.getName()); trace(".........................................."); if(user.getName() == "Dex2"){ Vec3D newPos...
by Sinkist
02 May 2017, 15:37
Forum: SFS2X Questions
Topic: "User cannot invoke room extension..." - After a while?
Replies: 7
Views: 8942

Re: "User cannot invoke room extension..." - After a while?

Lapo, that helped! Sorry for my noobnes. I thank you so much.

At this point i will thank you even more! I had read so many posts from you around google on this page and you taught me so much.
Your a great supporter!

regards
by Sinkist
02 May 2017, 15:18
Forum: SFS2X Questions
Topic: "User cannot invoke room extension..." - After a while?
Replies: 7
Views: 8942

Re: "User cannot invoke room extension..." - After a while?

Ok. The bug must be there. In the zone monitor i can see it is really random when someone is joined in the room or not. Sometimes he is joined for a while and it works good. But then he magically leaves the room. But how could this be? Im doing my stuff in Unity3D. The code i posted on top is called...
by Sinkist
02 May 2017, 13:31
Forum: SFS2X Questions
Topic: "User cannot invoke room extension..." - After a while?
Replies: 7
Views: 8942

"User cannot invoke room extension..." - After a while?

Hey there! Im using Windows 10 and Unity as Client. And Windows 8 as Server with Smartfox (2.11.1) and an Physics-Client made with Unity connected to it as normal User over 127.0.0.1. My normal game-client sends an extensionRequest to the server, when-ever the player moves to update the position. Th...

Go to advanced search