Posts: 28
Threads: 6
Joined: Apr 2011
Reputation:
0
there is one way you can do it..
{AAC4E5} - original color for dialog text
{-------} - new text color you want colored..
{-------}hello{AAC4E5} welcome to my server!
Posts: 663
Threads: 55
Joined: Nov 2010
Reputation:
0
{COLOUR}HIIII{FFFFFF} <--- that is white which is normal
Posts: 28
Threads: 6
Joined: Apr 2011
Reputation:
0
FFFFFF = white
AAC4E5 = transparent looking blue color used in all dialogs
Posts: 914
Threads: 118
Joined: Nov 2010
{COLOR CODE} get from
www.colorpicker.com
example
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"{FF0000}Login","{33A823}Enter your password below:","{7FB5EB}Login","{7FB5EB}Cancel");
Posts: 999
Threads: 86
Joined: Jun 2010
Reputation:
0
OK THANKS GUYS FOR THE INSTANT HELP I WOULD TRY ALL YOUR HELPS......