Is this really needed here??
#4

for(new i = 0; i < MAX_PLAYERS; i++)

This means to repeat the code i amount of times as long as i is less than MAX_PLAYERS, beginning at i = 0 and i being an incremental number. MAX_PLAYERS is by default 500, anything inside that code will be repeated 500 times.
Reply


Messages In This Thread
Is this really needed here?? - by Don_Cage - 02.02.2014, 05:52
Re: Is this really needed here?? - by CuervO - 02.02.2014, 05:57
Re: Is this really needed here?? - by Don_Cage - 02.02.2014, 06:45
Re: Is this really needed here?? - by CuervO - 02.02.2014, 06:56
Re: Is this really needed here?? - by Don_Cage - 02.02.2014, 06:59

Forum Jump:


Users browsing this thread: 1 Guest(s)