Thread: goggles
View Single Post
  #12  
Old 01-18-2006, 07:09 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
PHP Code:
this.j = 0;
for (
this.i = 0; this.i =< playerscount; this.i++) {
  if (
players[this.i].id >= 0) {
    
showimg 300+this.j,ion.gif,players[this.i].x+.5,players[this.i].y+.75;
    
changeimgcolors 300+this.j,1,.25,.25,.99;
    
changeimgzoom 300+this.j,2;
    
changeimgvis 300+this.j,1;
    
this.j++;
  }
} 
Reply With Quote