enum ENUM_PLAYER_DATA { ID, Name[MAX_PLAYER_NAME], Password[65], WrongPass, RemainingAtt, pLogged, pHouse, pAdmin, pHelper, pRespect, pHours, pCash, } new pInfo[MAX_PLAYERS][ENUM_PLAYER_DATA];