09.06.2009, 12:36
The player's name will never have the size of 200 you will use the remaining string size for nothing ****** made a post about why not to use big string sizes if not needed also playername[MAX_PLAYERS][24]; will store all usrs name with the size of 24 cells also if you want to make it like that just use MAX_PLAYER_NAME instead of 24