Quote:
Originally Posted by Kyranki
Rawr, it runs a loop through the nearest players from a certain x and y. So for example if we were on Maloria and you were say two tiles away from me....
PHP Code:
//#CLIENTSIDE
function onCreated() {
for (temp.pl : getNearestPlayers(player.x, player.y)) {
echo(temp.pl.account);
}
}
I believe it returns objects so that should echo my account and your account, if we were on maloria for example. :P
|
so if u where on a better server like, for example, graal legacy, would it not work?