28.04.2013, 06:40
Hey, I want to ask you what are the differences between:
PHP код:
new string[128];
new string[128] = {false,...}
new Player[MAX_PLAYERS];
new Player[MAX_PLAYERS] = {INVALID_PLAYER_ID,...}