View Single Post
  #5  
Old 04-06-2007, 07:42 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Yeah. I had that problem on Era which was weird. Sometimes it didn't detect anyone, other times it did.
I just used this
PHP Code:
if (leftmousebutton)
  for (
temp.foundPlayerplayers)
    if (
temp.foundPlayer.x in |mousex 3mousex 3| && temp.foundPlayer.y in |mousey 3mousey 3|)
    {
      
cTARGET.text temp.foundPlayer.account;   
      break;
    } 
Reply With Quote