Quote:
Originally Posted by xAndrewx
use
HTML Code:
this.join("playert1");
Make it serverside also.
|
Not quite.
PHP Code:
player.join("classname");
... is correct.
Your functions need to be public though I think, and yeah, they tend to be so much more useful on the serverside.