View Single Post
  #3  
Old 08-25-2007, 07:33 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by Kyranki View Post
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.xplayer.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?
__________________
**FLIP OUT**
Reply With Quote