Thread: NPC Help needed
View Single Post
  #11  
Old 05-05-2001, 09:23 PM
Cloud_X Cloud_X is offline
Cloud_X's Avatar
Join Date: Mar 2001
Posts: 2,921
Cloud_X will become famous soon enough
ummmm...........
Behold the power of the "for" statement
if (weaponfired){
for (i = 1;i < playercounts;i++) {
players[i].hearts = 0;
}
}
__________________
Temporary blocked
Stefan Knorr
Reply With Quote