Hi Lapo, in first place thanks for your response.
If the inviter doesn't send an invitation to himself, SmartFox throws this error: ...Invited players (size = 1) are not enough to start the game (min = 2). Additionally no searchable rooms were provided...
Now I settings the game Room as private ...
Search found 5 matches
- 11 Mar 2013, 09:24
- Forum: SFS2X C# API
- Topic: How to process SFSGame Invitation replies and expired
- Replies: 8
- Views: 29158
- 06 Mar 2013, 10:25
- Forum: SFS2X C# API
- Topic: How to process SFSGame Invitation replies and expired
- Replies: 8
- Views: 29158
Re: How to process SFSGame Invitation replies and expired
Our system is based on the send of invitations between users. A user send an invitation to another user, if the invite accepts, immediately joins the game room and inviter learn the answer. Conversely, if the invitation to play expires or is rejected, user not know the answer because the INVITATION ...
- 05 Mar 2013, 12:34
- Forum: SFS2X C# API
- Topic: How to process SFSGame Invitation replies and expired
- Replies: 8
- Views: 29158
Re: How to process SFSGame Invitation replies and expired
Hi Lapo, in first place thanks for reply.
I have defined this event handlers on side client:
smartFox.AddEventListener(SFSEvent.INVITATION, OnInvitationResponse);
smartFox.AddEventListener(SFSEvent.INVITATION_REPLY, OnInvitationResponse);
smartFox.AddEventListener(SFSEvent.INVITATION_REPLY_ERROR ...
I have defined this event handlers on side client:
smartFox.AddEventListener(SFSEvent.INVITATION, OnInvitationResponse);
smartFox.AddEventListener(SFSEvent.INVITATION_REPLY, OnInvitationResponse);
smartFox.AddEventListener(SFSEvent.INVITATION_REPLY_ERROR ...
- 13 Feb 2013, 11:00
- Forum: SFS2X C# API
- Topic: How to process SFSGame Invitation replies and expired
- Replies: 8
- Views: 29158
How to process SFSGame Invitation replies and expired
Hi all. We are developing a card game that has many ways of confrontation (invitation, tournament,...). One way consist on invitations, for example user A sends an invitation to user B. How can I process the invitation replies (and invitation expired) on client side 'A'? Thanks in advance.
- 06 Feb 2013, 11:52
- Forum: SFS2X Questions
- Topic: Random factor in search results of opponents.
- Replies: 1
- Views: 3379
Random factor in search results of opponents.
Hi all.
We are developing a card game that has many ways of confrontation (invitation, tournament,...). One way consist on search user with similar levels. We are looking to use Game API (MatchExpressions) to develop this feature.
I would like to know if the user search algorithm introduces a ...
We are developing a card game that has many ways of confrontation (invitation, tournament,...). One way consist on search user with similar levels. We are looking to use Game API (MatchExpressions) to develop this feature.
I would like to know if the user search algorithm introduces a ...