09.03.2011, 11:58
Hello.
I have made a dialog based login/register system in my gamemode.
Now im asking; how can i change the text color in the dialog box?
The dialog i want to change it in, is like this:
I want the "<SERVERNAVN> Account" to be yellow, the "Wrong password" to be red and the "Enter your password" to stay as default.
Hope someone can answer me. Thank you.
I have made a dialog based login/register system in my gamemode.
Now im asking; how can i change the text color in the dialog box?
The dialog i want to change it in, is like this:
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "<SERVERNAVN> Account", "Wrong password\nEnter your password", "Login", "Quit");
Hope someone can answer me. Thank you.