14.01.2015, 13:59
I have a problem with my dialog format. I tried to allign the text but some rows are having problems.
Why?
Code:
Photo:
http://i.imgur.com/PTIHbQL.png
Why?
Code:
pawn Код:
if(id != INVALID_PLAYER_ID)
{
format(aim, sizeof(aim), "%s %s\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%s\t\t%s\t%s/3fw\t%s days\n",aim,test,query,test3,test2,days);
}
memid ++;
http://i.imgur.com/PTIHbQL.png