Quote:
Originally Posted by coreys
Yeah, I've checked for NULL level as well, and it still does it o.o
|
Odd...
Doing something like:
PHP Code:
for (temp.p: allplayers) {
if (temp.p.level != null) {
echo(temp.p.account);
}
}
Will only show the accounts of the player not on RC.
And, yes, Chris is correct. 'players' is an array of player objects in the level, while 'allplayers' is the array of player objects on the server.