Quote:
Originally Posted by Deas_Voice
try using players instead of allplayers,
PHP Code:
for (temp.pl: players)
echo(pl.level.name);
i dont got access to graal ATM to test.
|
Not what I'm going for, but thanks anyway. I'm forced to use allplayers in this specific situation. I just want to know if I've missed anything that helps in this case. If there's nothing, I'll create a workaround using player attributes.