20.03.2017, 20:45
Well, I want to change the text color inside a dialog with tab lists and the color breaks just before \t so I have to reapply the color multiple times.
pawn Code:
ShowPlayerDialog(
playerid,
0,
DIALOG_STYLE_TABLIST_HEADERS,
"My dialog",
"Header1\tHeader2\n{FF0000}Text1\t{FF0000}Text2\n, // the first {FF0000} stops at \t and the reset text is again a normal color it doesn't continue like in other dialogs and I have to reapply
"Select",
"Back"
);