View Single Post
  #2  
Old 08-25-2007, 02:24 AM
Kyranki Kyranki is offline
Freelance Coder
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
Kyranki is on a distinguished road
Send a message via AIM to Kyranki Send a message via MSN to 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.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
__________________
Stan.
Reply With Quote