Thread: Screen buffer
View Single Post
  #8  
Old 02-13-2004, 12:02 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
Quote:
Originally posted by Termina_Owner
NPC Code:

setarray playersx,playercount;
setarray playersy,playercount;
for (i=0;i<playercount;i++){
playersx[i] = players[i].x;
playersy[i] = players[i].y;
}


pits players[].x not player[].x :P
Reply With Quote