Search found 236 matches

by mhdside
07 May 2008, 07:34
Forum: Server Side Extension Development
Topic: beginner extension problem, help anybody
Replies: 9
Views: 13262

ok, I think I found the problem even it is really wierd here is what I did: I took a copy of one of the sample extensions and used it without modifying anything inside it, it worked, then I opened it in flash CS3 and modified only 1 letter inside the trace msg, and saved. Now I got the same bugging ...
by mhdside
07 May 2008, 06:38
Forum: Server Side Extension Development
Topic: beginner extension problem, help anybody
Replies: 9
Views: 13262

- the <ExtensionRemoteDebug> is set to true, thanks for noting me about this option anyway. - I`m creating the game rooms and attach the extension to them dynamically using sfs.createRoom() so I don`t have to define the extension in the config.xml, do I? Unfortunately I dont see any trace outsput in...
by mhdside
07 May 2008, 06:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: createRoom help
Replies: 15
Views: 21197

sophiadaniels, you can find information about the different types of rooms in the documentation last section: A. White Papers - Application Architecture I think their should be a section or subsection names Rooms, or Room Types, so they can be reached more easily but any way in the above section I m...
by mhdside
06 May 2008, 19:51
Forum: Server Side Extension Development
Topic: beginner extension problem, help anybody
Replies: 9
Views: 13262

I copied the tris extension code and removed most of it and pasted it in my extension and it worked finally, thought I don`t see something wrong with my code. thanks cenicol anyway Now I have another issue... where can I see the output of the trace messages that I write inside the extension?, I thou...
by mhdside
06 May 2008, 10:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: createRoom help
Replies: 15
Views: 21197

are you inside a game room?. If so Game rooms don`t receive onRoomAdded / onRoomDeleted events as for what I read in the docs A game room also dispatches an event each time a user joins or leaves the room but they don't receive notifications about the other rooms in Zone being added or destroyed.
by mhdside
06 May 2008, 10:02
Forum: Server Side Extension Development
Topic: beginner extension problem, help anybody
Replies: 9
Views: 13262

beginner extension problem, help anybody

Hello, I`m working on a multiplayer cards game, I planned to code it all on the client side, but after I started adding Computer players, I felt the need for server side extension. I`m totally new to extensions. - I add an extension dynamically to game rooms as in the sfs tris pro exmple like this: ...
by mhdside
05 May 2008, 10:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Kami Showcase
Replies: 7
Views: 11341

I cannot connect, it keeps saying halting on the connect scren,
I think the server is down, also the loading time is big, you need to tweak it more and improve usability
by mhdside
05 May 2008, 06:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Need Real Persistent RoomVariable
Replies: 9
Views: 12544

can this be done on the client side?

thank you people for your help, I`m happy it can be done in an extension. one last question

lapo is there any mean that can be done without the use of extensions?

I`m creating the rooms dynamically using sfc.createRoom() function
by mhdside
04 May 2008, 16:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Need Real Persistent RoomVariable
Replies: 9
Views: 12544

Thanks Menser for your information, they look reasonable, I`ll try them soon and I really hope this works as the other solution is very messy and hard. But even if it works I still think that roomVariables persistency should have a value to make it persist whether its creator is connected or not.
by mhdside
04 May 2008, 10:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Need Real Persistent RoomVariable
Replies: 9
Views: 12544

thanks BigFIsh for your answer, I`m not using a server-side extension for my game but I`m working on a work arround that does something similar to your idea, but as you said it takes effor and also makes the code messy. I hope SmartFoxServer can handle this problem in a future update, it`ll make thi...
by mhdside
04 May 2008, 08:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Need Real Persistent RoomVariable
Replies: 9
Views: 12544

Need Real Persistent RoomVariable

Hello There, I`m working on an online multiplayer cards game for my company. I`m facing a problem with smartfoxserver, Now if I set the property 'persistent = true' for a RoomVar it`ll persist till this the room owner disconnects, what I need is a permanent roomVar that doest gets removed when its o...

Go to advanced search