23.05.2011, 19:05
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,
#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,