View Single Post
  #2  
Old 03-30-2006, 04:08 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Hmm, wouldn't it be better if you just did something like:

PHP Code:
function findplayers(tx,ty,tw,th){
  
treturn=NULL;
  for (
temp.plplayers){
    if (
temp.pl.x in |tx,tx+tw| && temp.pl.y in |ty,ty+th|){
      
treturn.add(temp.pl);
    }
  }
  return 
treturn;

Some people may want to include theirselves in the search.

Also, you can't set other people's nicknames clientside
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote