Search found 8 matches

by death_au
26 Jul 2010, 01:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Deleting buddies not reflected in my buddy list...
Replies: 1
Views: 3665

Deleting buddies not reflected in my buddy list...

I wanted to clear my buddy list completely, but the documentation says the clearBuddyList method is deprecated, and I should loop through my buddy list and call removeBuddy on each one. On each call to removeBuddy, it triggers the onBuddyList handler, but the buddy list passed into the handler has n...
by death_au
24 Jul 2010, 01:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Getting the room a buddy is in (and NOT joining)
Replies: 2
Views: 4766

Lapo wrote:Probably setting the Room names inside a Buddy Variable is the easiest way.
Each Buddy will just need to update that variable every time they join a Room

I'd thought of that after I posted but haven't had a chance to try it yet.
I'll give it a go, thanks Lapo. :D
by death_au
23 Jul 2010, 04:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Getting the room a buddy is in (and NOT joining)
Replies: 2
Views: 4766

Getting the room a buddy is in (and NOT joining)

I'm using a buddy list for the first time, and I'm wondering if what I'm trying to do is possible. I want to have a room list, as well as a list of rooms that your buddies are in. So I'll end up with two lists, one listing all the rooms (room name and the current/max users), and another that lists o...
by death_au
30 Apr 2010, 05:05
Forum: .Net / Unity3D API
Topic: Using smartfox without Unity.
Replies: 1
Views: 5134

Using smartfox without Unity.

I've been struggling with this for a while and it seems like I'm getting nowhere fast... Has anyone got some basic examples of using SmartFox using the ASP.net API that don't use Unity? Basically I'm building a system that needs to be used on a wide variety of machines at low download cost, so exter...
by death_au
13 Apr 2010, 07:30
Forum: .Net / Unity3D API
Topic: Set max idle time per zone? And using smartfox on a website
Replies: 3
Views: 8467

I dont think there is max idle time per zone, no. I wonder if you can implement it using a custom login. Record login time on per connection basis and refresh that for each command received. /Thomas Thanks Thomas, I was thinking of something along those lines. But how do I write an extension that w...
by death_au
12 Apr 2010, 00:38
Forum: .Net / Unity3D API
Topic: Set max idle time per zone? And using smartfox on a website
Replies: 3
Views: 8467

Set max idle time per zone? And using smartfox on a website

Can you set the max user idle time to be different for specific zones? I couldn't seem to find the answer to this anywhere, so I'm guessing it's a no, but I wanted to ask anyway. The reason is, I'm setting up this system that's based on web pages, as I'm trying to make an educational system that doe...
by death_au
24 Mar 2010, 22:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keeping room variables after the owner is gone.
Replies: 3
Views: 5757

Well for now I guess I'll just leave that functionality out, as it's not a huge deal and probably won't occur that often anyway. Otherwise I would be looking at writing a server-side extension for it.
It's good to know that I may be able to implement this in the future though. Thanks for the info :)
by death_au
23 Mar 2010, 03:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keeping room variables after the owner is gone.
Replies: 3
Views: 5757

Keeping room variables after the owner is gone.

I'm relatively new to smartfox, and so far the tutorials and documentation have been a great help. But I've been building an online card game and came across a problem. I wanted to set it up so that if a user disconnects in the middle of a game, then they have a period of time (about a minute) to re...

Go to advanced search