Hi,
I want to implement something like
for each player do something
would that work?
for (blah = 0; blah=>GetNumPlayers(); blah=blah+1)
{
do something(blah);
}
That would mean that players are named by numbers, starting with 0 .. is that true? Or is there another neat solution to this?
Thanks in advance,
Raze
I want to implement something like
for each player do something
would that work?
for (blah = 0; blah=>GetNumPlayers(); blah=blah+1)
{
do something(blah);
}
That would mean that players are named by numbers, starting with 0 .. is that true? Or is there another neat solution to this?
Thanks in advance,
Raze
--
You are all just jealous because you can't hear the small voices!!
You are all just jealous because you can't hear the small voices!!