View Single Post
  #1  
Old 01-21-2005, 01:50 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
Player Detection

Anyone else notice that ...

NPC Code:

for(this.p=0;this.p<playerscount;this.p++) {
if (mousex in |players[this.p].x,players[this.p].x+3| && mousey in |players[this.p].y,players[this.p].y+3|) {



...is also triggered when you click on npcs?
__________________

Reply With Quote