Thread: join() params
View Single Post
  #2  
Old 10-29-2006, 02:26 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
PHP Code:
...
this.param1 "foo";
...

function 
onCreated()
  {
  echo( 
this.param1 );
  } 
Reply With Quote