You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


::post new topic::
Module question - 2008/03/27 06:00 I'm trying to modify the behavior of the server, specifically the function:

Code:

 def serverAddClientToRoom(selfclientroom=''parentR=''):



From a module, is there any way to intercept the call to this function and replace it with my own function?

Currently, if a client asks to join a room, this function does two things that should, in my opinion, be in separate functions.

If the room exists, the client is added, which is what this function should do.

If the room does not exist, this function creates a room, and let's the client. This should be separated into a createRoom function, and the function should return an error id the player tries to join a non-existent room.

Breaking out these behaviors would be my first step in creating password protected rooms, which is where I'm headed with this.
  reply | quote
Re:Module question - 2008/03/31 10:01 Yes the problem being that there is no return for the onClientJoinRoom method ...
I'll have a loook at this and try to clear it up.
Célio Conort
Lonesome Palabre developper
  reply | quote
Re:Module question - 2008/03/31 17:20 I think I have a work around, should know soon.
  reply | quote
::post new topic::
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...

In the meantime you may still download palabre or use the forum