How to put in enum number of arrays + strings?
#6

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
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.
Wanted can be 6 stars so its 0,1,2,3,4,5 5x. its more like i need to do [5] instead of 6

Well I guess i will go with new WantedReason[MAX_PLAYERS][6][24]; thanks..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)