SA-MP Forums Archive
[Help] Team Selection 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)
+--- Thread: [Help] Team Selection Dialog Color (/showthread.php?tid=395847)



[Help] Team Selection Dialog Color - AchievementMaster360 - 28.11.2012

So the picture below shows the Team Selection screen to choose team in my server I'm making from scratch i want to know how to change the color of the text in the dialog box like i want to make the text the says United States to be blue, Thanks






Re: [Help] Team Selection Dialog Color - maramizo - 28.11.2012

By using hex codes.
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Login","Enter your {FF0000}password{FFFFFF} below:","Login","Cancel");



Re: [Help] Team Selection Dialog Color - AchievementMaster360 - 28.11.2012

Quote:
Originally Posted by maramizo
Посмотреть сообщение
By using hex codes.
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Login","Enter your {FF0000}password{FFFFFF} below:","Login","Cancel");
Thank you very much