View Single Post
  #8  
Old 12-20-2011, 11:41 PM
Alpho Alpho is offline
Registered User
Alpho's Avatar
Join Date: Dec 2011
Location: California, USA
Posts: 80
Alpho will become famous soon enough
Tried what you said calli, sorry didn't work, tried a similar approach at it, same result:
PHP Code:
this.acc_Graal756204 4;
  
temp.check this.acc_.getvarnames(); 
  for (
temp.i=0temp.i<temp.check.size(); temp.i++) {
    if (
player.account in temp.check) { 
      echo(
this.acc_(@player.account)); 
    }
  } 
Reply With Quote