Posts: 489
Threads: 73
Joined: Jul 2010
Reputation:
0
which type of colors are we using in dialog coloring?
how can i get that kind of code?
Posts: 68
Threads: 16
Joined: May 2011
Reputation:
0
Example..
#define COLOR_WHITE 0x > FFFFFF < AA
Take these numbers/letters.
Now you gotta do it like this
{FFFFFF}
Then import those colours in the dialog like this example.
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Lo gin"," {FFFFFF}Enter your password below:","Login","Cancel")
Enter your password below will be white now,