Dialog Colour ??? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog Colour ??? (
/showthread.php?tid=263233)
Dialog Colour ??? -
Ronaldo_raul™ - 21.06.2011
Hey Guys!
I just found that we can only use a dialog colour for the whole line ....but what if i just want to use a colour for only a word
how can i do that......??
Thanks For Your Time!
Re: Dialog Colour ??? -
Smurf[SMURF] - 21.06.2011
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!
Re: Dialog Colour ??? -
TheYoungCapone - 21.06.2011
{COLOUR}HIIII{FFFFFF} <--- that is white which is normal
Re: Dialog Colour ??? -
Smurf[SMURF] - 21.06.2011
FFFFFF = white
AAC4E5 = transparent looking blue color used in all dialogs
Re: Dialog Colour ??? -
Venice - 21.06.2011
{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");
Re: Dialog Colour ??? -
Ronaldo_raul™ - 21.06.2011
OK THANKS GUYS FOR THE INSTANT HELP I WOULD TRY ALL YOUR HELPS......