Little string question.
#1

If I do this:

pawn Код:
format(namestring, sizeof(namestring), "{FF0000}%s [ID: %d] {CCFFAA}|{FF0000} Level: %d - %s\n", GetName(i), playerid, PlayerInfo[i][pAdmin], GetAdminLevelName(i));
Will the colors in the dialog make the string size bigger?
Reply
#2

Of course
Reply
#3

i don't really know,i never tested it myself, but give a try.

pawn Код:
new string[5];
format(string,5"{FF0000}hi");
SendClientMessage(playerid,-1,string);

@later.
Reply
#4

Nevermind

Useless post
Reply
#5

Got the answer now.. well yes it makes it bigger. Just I thought about it, because {FF0000} wont be printed when I use it in SendClientMessage etc.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)