Search found 127 matches

by mistermind
06 Nov 2007, 01:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question
Replies: 1
Views: 3999

Question

Hey there guys My question is pretty simple actually :) Is it possible on SFS Basic to schedule an automated Zone Message lets say every day at xx:xx? I never really got a hold of SFS Pro, but I'm pretty sure its possible on it. Just don't know about SFS Basic. If not, my plan to "bypass" ...
by mistermind
15 Oct 2007, 11:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: A complement :)
Replies: 1
Views: 3999

A complement :)

Just want to add how great this API is for all developers like me :) After using SFS for over 2 years, I can guarantee there is almost no other multiplayer engine on the market that has as many options as SFS. I also would like to thank Lapo for his fast response on emergencies like the one I had in...
by mistermind
07 Oct 2007, 00:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: about setAsModerator()
Replies: 2
Views: 5157

Ohhh I see now.
After searching alot here I found the reason why.
setAsModerator() is only available for the SFS Pro API :(
Too bad hehe. When I get enough revenue I'll update it :)
by mistermind
06 Oct 2007, 23:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: about setAsModerator()
Replies: 2
Views: 5157

about setAsModerator()

Hey Lapo, I was searching around google, SFS docs and the forum to get an answer to this problem, but I cant find it. u mentioned setAsModerator() as a method inside the user class, but when I try running it the debug alerts me that there is no such method... The reason why I want to use setAsModera...
by mistermind
27 Sep 2007, 14:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about onRoomVariablesUpdate
Replies: 3
Views: 5977

Humm I did a couple tests here and I think that on SFS Basic 1.5.5 the onRoomVariablesUpdate event do not trigger when you set a variable to null. There is no receiving when you set it to null. just a sending on the XML output, and I also ran some trace tests to make sure, and it didn't trigger at a...
by mistermind
27 Sep 2007, 14:14
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about onRoomVariablesUpdate
Replies: 3
Views: 5977

Hey there Lapo :) Yea I use constants just to make sure Im always using the same id, and in this case I actually use this method only after the trigger onJoinRoom, so in fact there is no need for the room ID. But thats ok its probably something Im doing wrong. Just wanted to make sure that when a va...
by mistermind
27 Sep 2007, 03:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about onRoomVariablesUpdate
Replies: 3
Views: 5977

Question about onRoomVariablesUpdate

Hey guys, long time no see :) Question about onRoomVariablesUpdate on SFS Basic v1.5.5 When I try deleting a room variable by using slotList = new Array(); slotList.push({name:_root.gameSlotNumber,val:null}); smartfox.setRoomVariables(slotList,roomID); Apparently I ...

Go to advanced search