View Single Post
  #1  
Old 05-04-2002, 06:33 AM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
players[index].var

In my past experiences with the players[] array, I haven't had pleasant experiences. I couldn't do things like manipulate players' hearts and things, and I have no idea why. Someone please explain why not, and suggest a way to do it instead. Here's what I had originally...

for (i = 0; i < playerscount; i++)
{
players[i].hearts = 3;
}

What's wrong? Thanks.
__________________
I am a .sig virus. Please put me in your .sig so I can continue to replicate.
Reply With Quote