Thread: Player Online
View Single Post
  #1  
Old 01-18-2009, 01:20 AM
Ronnie Ronnie is offline
Registered User
Join Date: Jun 2008
Location: Nj, USA
Posts: 48
Ronnie is on a distinguished road
Send a message via AIM to Ronnie
Question Player Online

It works up and past the playeronline, and when it pms me the account it says the right one but it show that the player is online .


PHP Code:
public function sendpendguild(Sysguild,Sysplr,Syslist1,Sysconlist,Syssize1,Sysconsize){
  
this.(@Sysguild).stats = {Sysguild,Sysplr,Syslist1,Sysconlist,Syssize1,Sysconsize};
  
Syssize1 Sysconsize nes.size;
  if(
nes.size == 0) {
  
sendpendingguild(Sysguild,Sysplr,Syslist1);
  }
  for(
clistSysconlist) {
   
cona clist.tokenize(":");
   
findplayer("Ronnie").sendpm(cona[0]);//Sends me the right player account
   
if(cona[0].online){
    
findplayer(cona[0]).triggerclient("GUI""Ronnie/Guild Creator""sendconfirm",SysguildnewplrSysplr);  
    }else{ 
    
onActionPlayerOnline("confirm",Sysguild,cona[0],Sysplr);
    }
   }
  } 

Please and thank u!
Reply With Quote