I have a simple for loop
PHP Code:
for ( pl: allplayers) {
Staff_Tool_Player.addrow( temp.j, pl.id SPC pl.account SPC pl.level);
temp.j++;
sleep( 0.01);
}
it does not return anything for pl.level, I've also tried pl.level.name etc I need this because it's really the only way to check to see if it's an actual player on the server OR if it's the NPC Server or a IRC Channel.... So is there a way to fix this or work around anybody knows?