24.02.2010, 17:20
Hey,
I'm using
new pName[MAX_PLAYER_NAME][MAX_PLAYERS];
to store every player's name to an array..
But I just thought, shouldn't it be
new pName[MAX_PLAYERS][MAX_PLAYER_NAME];
?
I didn't had problems with it, but maybe because I have never had more than 24 (MAX_PLAYER_NAME) players in my server?
I'm using
new pName[MAX_PLAYER_NAME][MAX_PLAYERS];
to store every player's name to an array..
But I just thought, shouldn't it be
new pName[MAX_PLAYERS][MAX_PLAYER_NAME];
?
I didn't had problems with it, but maybe because I have never had more than 24 (MAX_PLAYER_NAME) players in my server?