View Single Post
  #14  
Old 05-13-2008, 06:58 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to 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 .
__________________
Do it with a DON!
Reply With Quote