Colors in Dialog
#1

Hello , i wanna know how to put colors in dialogs , i've searched but didn't find how .
Reply
#2

Within the text add {Hexcode} / {FFFF00}
Reply
#3

click herefor the site which you can get these colors in "{ }".

A example: red
pawn Код:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "{E01B4C}TITLE_HERE","{E01B4C}LIST_ITEMS_HERE","ok","cancel");
You can defined through words:
pawn Код:
#define red "{E01B4C}"  // HAve to be like this
And, since it's defined, the usage must be:
pawn Код:
"#red"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)