enum YourEnum{ pMailSendTextLine1[128], other stuff...};new PlayerInfo[MAX_PLAYERS][YourEnum];public OnPlayerText(playerid, text){ PlayerInfo[playerid][pMailSendTextLine1] = text; return 1;}