Increase size of a Line
#9

Quote:
Originally Posted by TimKen
Посмотреть сообщение
I know this. But i don't know how to put on two lines when Char limit reaches
Now it's:
Admins online: Name[LEVEL], Name[LEVEL], Name[LEVEL], Nam(Cause the Char limit)
I'd like to do it like
Admins Online: Name[LEVEL], Name[LEVEL], Name[LEVEL],
Admins Online: Name[LEVEL]
Err? something like this?
pawn Код:
new str[128]
GetPlayerName(i,name,sizeof(name));
format(str,sizeof(str),"%s[%d], %s[%d], %s[%d]\n",name,PlayerInfo[i][AdminLevel],name,PlayerInfo[i][AdminLevel],name,PlayerInfo[i][AdminLevel]);
dont expect it to work, just showing the \n (newline) thingy.
Reply


Messages In This Thread
Increase size of a Line +REP - by TimKen - 10.03.2012, 18:40
Re: Increase size of a Line - by TimKen - 11.03.2012, 10:32
Re: Increase size of a Line - by Andi_Evandy - 11.03.2012, 12:15
Re: Increase size of a Line - by MP2 - 11.03.2012, 12:51
Re: Increase size of a Line - by TimKen - 11.03.2012, 13:17
Re: Increase size of a Line - by TimKen - 11.03.2012, 21:06
Re: Increase size of a Line - by SimonItaly - 11.03.2012, 22:07
Re: Increase size of a Line - by TimKen - 12.03.2012, 00:14
Re: Increase size of a Line - by Mike_Peterson - 13.03.2012, 13:03
Re: Increase size of a Line - by TimKen - 13.03.2012, 13:22

Forum Jump:


Users browsing this thread: 1 Guest(s)