View Single Post
  #6  
Old 03-11-2006, 03:15 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
The actual programmed version of it probably wouldn't be any more efficient than a scripted version. Either way, it's only doing simple checks.

PHP Code:
function findAreaPlayers(txtytwth) {
  for(
temp.plplayers) {
    if(
temp.pl.x in |tx,tx+tw| && temp.pl.y in |ty,ty+th|) {
      
temp.plarray.add(temp.pl);
    }
  }

  return 
temp.plarray;

or something like that.
__________________


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