29.03.2015, 16:30
Quote:
for(new i = 0; i != 6; i++) ... this will loop 6x
for(new i = 0; i != 5; i++) ... this will loop 5x If you have 6 starts then you should loop 6x and not 5. |
Well I guess i will go with new WantedReason[MAX_PLAYERS][6][24]; thanks..