14.01.2015, 15:35
Because their player names are too long. Add another '\t' between the name and the dates, that's the best you can do.
EDIT:
EDIT:
pawn Код:
if(id != INVALID_PLAYER_ID) format(aim, sizeof(aim), "%s %s\t\t%s\t\tonline right now\t%s/3fw\t%s days\n",aim,test,query,test2,days);
else format(aim, sizeof(aim), "%s %s\t\t%s\t\t%s\t%s/3fw\t%s days\n",aim,test,query,test3,test2,days);
memid ++;

