Usage of loops
#5

Quote:
Originally Posted by hittt
Посмотреть сообщение
Examples:
pawn Код:
new i = 0;
until (i == MAX_PLAYERS)
{
     if (IsPlayerConnected(i))
     {
           Value[i] = 1;
     }
     i++;
}
Never heard of the until one, that looks easy. Though I will work on it, now I am going to die for some hours. I mean sleep.
Reply


Messages In This Thread
Usage of loops - by suhrab_mujeeb - 10.10.2011, 16:37
Re: Usage of loops - by Ash. - 10.10.2011, 16:42
Re: Usage of loops - by hittt - 10.10.2011, 16:56
Re: Usage of loops - by Gamer_Z - 10.10.2011, 16:59
Re: Usage of loops - by suhrab_mujeeb - 10.10.2011, 17:24
Re: Usage of loops - by hittt - 10.10.2011, 18:06
Re: Usage of loops - by suhrab_mujeeb - 11.10.2011, 13:22

Forum Jump:


Users browsing this thread: 2 Guest(s)