GetPlayersAge(playerid){ new curDate[3]; getdate(curDate[0], curDate[1], curDate[2]); return curDate[0] - PlayerInfo[playerid][pBornYear];}