Search found 8 matches

by MaHoNe
28 Dec 2019, 16:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Behind-a-router help
Replies: 37
Views: 213754

Re: Behind-a-router help

just use noip.com to update your dynamic IP address every time it changes
by MaHoNe
04 Nov 2019, 18:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: problem with evt.nick
Replies: 2
Views: 6636

Re: problem with evt.nick

any help ?
by MaHoNe
03 Nov 2019, 14:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: problem with evt.nick
Replies: 2
Views: 6636

problem with evt.nick

Hello

I use sfs pro
by MaHoNe
17 Apr 2019, 13:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: is room.getAllUsers() broken ?
Replies: 4
Views: 8981

Re: is room.getAllUsers() broken ?

you are right lapo thanks
by MaHoNe
17 Apr 2019, 13:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: is room.getAllUsers() broken ?
Replies: 4
Views: 8981

Re: is room.getAllUsers() broken ?

room.getAllUsers() retuns that way :
[Lit.gotoandplay.smartfoxserver.data.User;@4caec9
When I try :
var users = rooom.getAllUsers()

for (var i = 0; i < users.size(); i++)
{
// code
// code
}
i get
13:14:10.870 - [ WARNING ] > Error in extension [ games.as ]: Java class "[Lit ...
by MaHoNe
17 Apr 2019, 11:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: is room.getAllUsers() broken ?
Replies: 4
Views: 8981

is room.getAllUsers() broken ?

hello
when i use room.getAllUsers() The list comes in this way :
[Lit.gotoandplay.smartfoxserver.data.User;@4caec9
The code must be :
[it.gotoandplay.smartfoxserver.data.User@4caec9]
I also tried
room.getUserList()
And gave me the following :
[Ljava.lang.Object;@da5a84
ps : zone.getAllUsers ...
by MaHoNe
22 Oct 2018, 10:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Move the character Problem
Replies: 3
Views: 6613

Re: Move the character Problem

Thanks, I'll try it
For the platform I use Smartfoxserver pro with flash
by MaHoNe
20 Oct 2018, 11:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Move the character Problem
Replies: 3
Views: 6613

Move the character Problem

hi
I have a game that contains characters But When I move the character The rest of the players do not see this But I see that I'm moving
And the same for all players
Is there anything I can try on server side to solve this problem