View Single Post
  #9  
Old 09-08-2011, 02:11 AM
Ohk4y Ohk4y is offline
Registered User
Ohk4y's Avatar
Join Date: Jun 2011
Posts: 43
Ohk4y is an unknown quantity at this point
Send a message via AIM to Ohk4y
PHP Code:
function onActionPlayerOnline() {
  
//list of other weapons I had but chose not to include in this post :p
  
player.join("expfunctions"); 

    
showStats(0x400+0x200+0x100);
  
EnableFeatures(AllFeatures 4);    
  echo(
"Esteria (Server): "@player.communityname@" has logged in!");
  }

 
/* if (this.accounts.index(player.account)==-1) 
  {
    this.accounts.add(player.account);
    sendtorc("/reset "@ player.account);
  } */ 
__________________
Reply With Quote