Search found 4 matches

by Malini
14 Jul 2012, 10:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Identifing NPC user in as3/server side
Replies: 1
Views: 4658

Identifing NPC user in as3/server side

Hi,

I am trying to differentiate real player users and NPC's in as3 /server side. But I am unable to do so. Because there is no default functions available in as3/server side...Is there any functions available??? If so please let us know..
In sfs2x isNPC() function is available. Is there any ...
by Malini
14 Nov 2011, 12:43
Forum: OpenSpace v2 discussions and help
Topic: Getting Avatar Position in server side
Replies: 1
Views: 5713

Getting Avatar Position in server side

1) How to get the current position of Avatar in Server side??? I don't want to send it from client side. I want to get two users current position in server side. is that possible????
2) Is it possible to get the Tile in server side, by sending any inputs like avatar/map/any other arguments to any ...
by Malini
14 Nov 2011, 12:31
Forum: SFS2X Questions
Topic: Getting Avatar Position in server side
Replies: 1
Views: 4748

Getting Avatar Position in server side

How to get the avatar position in server side.
I don't want to send the location from client side to make the avatar move to different location.
I should be able to find the current location of Avatar in server side. Is that possible???????
by Malini
15 Oct 2011, 04:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Smartfox card game timer logic
Replies: 19
Views: 31703

Smartfox card game timer logic

I am working on a card turn based game and there is a timer running for each player when they get their turn.... Currently I am implementing the timer in the client side ...just want to make sure that this process is right or wrong... Should we implement the timer in client or server side?