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++;
}
}