Quote:
|
Originally Posted by JkWhoSaysNi
I take it then that players is just the players on the level...
but that makes no sense because players[int] can find any player on the server.
|
True, but do this and it will work:
PHP Code:
for (p: allplayers) {
this.playernames.add(p);
}
No need for p.account either, just use p.