Quote:
Originally Posted by devilsknite1
No dice :s
If it makes a difference, I'm trying to do this on a gmap, so that may cause some problems. Just in case that changes anything that I'm not catching
EDIT: tried it in a singular level. No luck there either
|
Oh, I'm sorry, I wasn't sure what you were looking for at first.. Try this.
PHP Code:
for (temp.pl: findNearestPlayers(this.x, this.y)) {
echo(temp.pl);
}
That should help, you'll need distance checks though.