View Single Post
  #18  
Old 05-14-2008, 12:35 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by xXziroXx View Post
All classes SHOULD be joined serverside whenever possible, period.
PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
  if (
player.ismalethis.join("stuff_for_guys");
  else 
this.join("stuff_for_girls");

Here is my simple local NPC which could join classes serverside, but would make my work much more tedious.
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote