Colored part of the text
#1

Well I forgot how to make this lol...
Yeah...

So my problem is that I forgot how to put one part of the message in other color
For example:
Код:
format(string, sizeof(string), "Welcome back. Your score is {0xFFFF00FF}%i{0xFFFF00FF}",GetPlayerScore(playerid));
"%i" should be displayed in other color :/
Reply
#2

Embeded colors:
pawn Код:
COL_WHITE       "{FFFFFF}"
COL_BLACK       "{0E0101}"
COL_GREY        "{C3C3C3}"
COL_GREEN       "{6EF83C}"
COL_RED         "{F81414}"
COL_YELLOW      "{F3FF02}"
COL_ORANGE      "{FFAF00}"
COL_LIGHTBLUE   "{00C0FF}"
COL_BLUE        "{0049FF}"
COL_PINK        "{FF00EA}"
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)