Does these two loops do the same thing?
#1

pawn Code:
for (new i = 0; i < MAX_PLAYERS; i++)
and

pawn Code:
for(new i; i != MAX_PLAYERS; i++)
Reply


Messages In This Thread
Does these two loops do the same thing? - by Cowboy - 01.09.2011, 10:39
Re: Does these two loops do the same thing? - by Lorenc_ - 01.09.2011, 10:41
Re: Does these two loops do the same thing? - by Cowboy - 01.09.2011, 10:46
Re: Does these two loops do the same thing? - by Babul - 01.09.2011, 11:16
Re: Does these two loops do the same thing? - by =WoR=Varth - 01.09.2011, 11:28
Re: Does these two loops do the same thing? - by AndreT - 01.09.2011, 11:46
Re: Does these two loops do the same thing? - by =WoR=Varth - 01.09.2011, 11:56
Re: Does these two loops do the same thing? - by Cowboy - 01.09.2011, 11:58
Re: Does these two loops do the same thing? - by =WoR=Varth - 01.09.2011, 12:08
Re: Does these two loops do the same thing? - by Cowboy - 01.09.2011, 12:17

Forum Jump:


Users browsing this thread: 7 Guest(s)