enum qinfo{ quest1,}new qInfo[MAX_PLAYERS][qinfo];public OnPlayerConnect(playerid){ qInfo[playerid][quest1] = 0; return 1;}