Dialog color - 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 color (
/showthread.php?tid=215143)
Dialog color -
Typhome - 22.01.2011
Hello
What is the dialog default color code? (hexal or some..)
Because i need it:
{..Black..}Account:{..default dialog color..}Bla blla
Re: Dialog color -
HyperZ - 22.01.2011
is default i guess.
Example
FF0000 is red, and FFFFFF is white:
pawn Code:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Login","Enter your {FF0000}password{FFFFFF} below:","Login","Cancel");
And check this
Hex Colour Codes
Re: Dialog color -
veyron - 22.01.2011
Do you mean this?
this thread is even on first page
Re: Dialog color -
Typhome - 23.01.2011
Quote:
Originally Posted by veyron
|
Thanks! :3