enum tinfo { TeamPlayerName[MAX_PLAYER_NAME], }; new TeamInfo[MAX_TEAM][tinfo];
strmid(TeamInfo[ TEAM_WEST ][TeamPlayerName], "West ", 0, strlen("West"), MAX_PLAYER_NAME);