SA-MP Forums Archive
dialog lil qusetion - 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 lil qusetion (/showthread.php?tid=240355)



dialog lil qusetion - tanush - 15.03.2011

how i put color in dialog like this


Re: dialog lil qusetion - Jochemd - 15.03.2011

Use the color embedding function.

0xFFFF5937 -> {FFFF59}


Re: dialog lil qusetion - tanush - 15.03.2011

where? pls give me like a tutorial


Re: dialog lil qusetion - Markx - 15.03.2011

http://www.colorschemer.com/online.html

In your script make this:

pawn Код:
ShowPlayerDialog...."{HEX Code here} text in color", buttons..);



Re: dialog lil qusetion - austin070 - 15.03.2011

It would be like this:

{COLOR}Text

Example:

pawn Код:
{FFFF00}Deagle //FFF00 is an HTML hex color. It's yellow. You can find them here.