else if(RegisztracioLepesek[playerid] == 2) { new year, month,day; getdate(day, month, year); new DateInfo[3][20]; split(text, DateInfo, \'/\'); if(year - strvalEx(DateInfo[2]) > 100 || strvalEx(DateInfo[2]) < 1 || strvalEx(DateInfo[2]) >= year) { Msg(playerid,\"2. Kérdés: Korod? (Év/Hónap/Nap)\"); return 0; } new check = year - strvalEx(DateInfo[2]); if(check == year) { Msg(playerid,\"2. Kérdés: Korod? (Év/Hónap/Nap)\"); return 0; } if(strvalEx(DateInfo[1]) > month) { check -= 1; } else if(strvalEx(DateInfo[1]) == month && strval(DateInfo[0]) > day) { check -= 1; } PlayerInfo[playerid][pKor] = check; format(string, sizeof(string), \"Értem, szóval %d éves vagy\",PlayerInfo[playerid][pKor]); SendClientMessage(playerid, COLOR_YELLOW2, string); RegisztracioLepesek[playerid] = 3; Msg(playerid,\"3. Kérdés: Származás? (Magyar/Szerb/Német/Angol)\"); return 0; [/quote] Ha ebből kiszűrhetó valami számotokra akkor jó lenne ha tudna valaki segíteni. Köszönöm szépen előre is.