Search found 80 matches

by TwineApps
22 Aug 2017, 00:37
Forum: SFS2X Questions
Topic: General questions
Replies: 1
Views: 3503

General questions

Hi moderators,

1) When a user does not have to interact with other users, is it useful to create multiple rooms to split requests?
2) What happens if a user sends me a package with a long string? (10mb)
by TwineApps
18 Aug 2017, 12:37
Forum: SFS2X Questions
Topic: Smart fox server 2x supports parallelism?
Replies: 1
Views: 3447

Smart fox server 2x supports parallelism?

Hi,

Can you start 2x smart fox servers in 2 different servers, maintaining centralized data?
by TwineApps
17 Aug 2017, 21:05
Forum: SFS2X Questions
Topic: Use SSL or not?
Replies: 2
Views: 4142

Re: Use SSL or not?

Thank's Lapo
by TwineApps
17 Aug 2017, 17:15
Forum: SFS2X Questions
Topic: Use SSL or not?
Replies: 2
Views: 4142

Use SSL or not?

1) Is SSL useful to use it in a mobile videogame?
2) Do it use more bandwidth than normal?
3) A disadvantage could be slowing down the connections client-server?
4) What it is safe?
by TwineApps
09 Aug 2017, 21:18
Forum: SFS2X Questions
Topic: Extensions in Java or C++
Replies: 2
Views: 4220

Re: Extensions in Java or C++

Thank you Lapo
by TwineApps
09 Aug 2017, 15:23
Forum: SFS2X Questions
Topic: Extensions in Java or C++
Replies: 2
Views: 4220

Extensions in Java or C++

To create extensions for Smart Fox Server 2X is better to create them in Java or C ++?
by TwineApps
03 Aug 2017, 18:44
Forum: SFS2X Questions
Topic: [Java] User is null - Move users to the room
Replies: 1
Views: 3666

[Java] User is null - Move users to the room

Hi, At login, I create a room "disney", and i want to move a user from the "The Lobby" room to the "disney" room, but the User variable is null, why? My code Extent: String userName = (String) event.getParameter(SFSEventParam.LOGIN_NAME); User user = (User) event.getPar...
by TwineApps
02 Aug 2017, 13:45
Forum: Job offers and requests
Topic: I am looking for a programmer to develop server parts
Replies: 1
Views: 8126

I am looking for a programmer to develop server parts

I am looking for a programmer who knows how to create Extensions and who knows how to manage a MySQL database, for more details contact me privately
by TwineApps
25 Jul 2017, 13:09
Forum: SFS2X Questions
Topic: Game chat and database update
Replies: 7
Views: 8038

Re: Game chat and database update

Why can't I pass Room.getUserList () in send () ?
by TwineApps
25 Jul 2017, 11:35
Forum: SFS2X Questions
Topic: Game chat and database update
Replies: 7
Views: 8038

Re: Game chat and database update

I have to take the room of the user who made the request, and then send all the users in the room a message.

How do I get the user's room?
How do I send a server-side message to all users in the room?
by TwineApps
24 Jul 2017, 15:28
Forum: SFS2X Questions
Topic: Game chat and database update
Replies: 7
Views: 8038

Re: Game chat and database update

Can you send me an example to do this?
by TwineApps
24 Jul 2017, 11:58
Forum: SFS2X Questions
Topic: Game chat and database update
Replies: 7
Views: 8038

Game chat and database update

Hi, In my game it's possible remove a user from the clan, when a user is removed, need notify in the client chat of all users that are that room, which of these ways is the best? 1) At the end of the request to expel a member of the clan, I make another request to download the notifications; (It's b...
by TwineApps
09 May 2017, 19:01
Forum: SFS2X Questions
Topic: Problem public message room
Replies: 2
Views: 4290

Re: Problem public message room

Work it!!
by TwineApps
02 May 2017, 11:34
Forum: SFS2X Questions
Topic: Problem public message room
Replies: 2
Views: 4290

Problem public message room

Hi, In my game you can access by email or with username, there is a chat, to send messages to the room I do this: Sfs.Send (new Sfs2X.Requests.PublicMessageRequest (msgField.text)); If the user login with the email, in the sender name, give me a user's email, how can i pass it as a nickname?

Go to advanced search