Quote:
Originally Posted by zokemon
That's not true Ziro. Here's a perfect case:
PHP Code:
//#CLIENTSIDE
function onCreated() {
this.myobj = new TStaticVar();
this.myobj.join("myclass");
}
You wouldn't be able to do that serverside as your object doesn't exist over there  .
|
I did say MOST of the time.