Colors in dialogs - 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: Colors in dialogs (
/showthread.php?tid=257052)
Colors in dialogs -
LZLo - 23.05.2011
which type of colors are we using in dialog coloring?
how can i get that kind of code?
Re: Colors in dialogs -
ImprezBart - 23.05.2011
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,
Respuesta: Colors in dialogs -
alfredo[TgR] - 23.05.2011
Text's Color","
{FA0404}Red
{0704FA}Blue
{2CF11A}Green
{E2FF09}Yellow
{FF4101}Orange
{E97AFD}Pink
{7A7A7A}Grey
{330099}Indigo
Re: Colors in dialogs -
LZLo - 24.05.2011
thanks