SA-MP Forums Archive
Colors in dialog... - 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 dialog... (/showthread.php?tid=207556)



Colors in dialog... - [H]265 - 06.01.2011

I make something like this...

pawn Код:
#define blue "{0x00B9FFFF}"
format(string, sizeof string,"Welcome%s "#blue"on Full Space RP",GetName(playerid));
ShowPlayerDialog(playerid,Dialog_Login,DIALOG_STYLE_INPUT,"|° Full Space RPG °|",string,"Login","Kick");
And it won't work :S


Re: Colors in dialog... - _rAped - 06.01.2011

That's true, it doesn't work.

This is the correct hex colorcode: B9FFFF, colortagging doesn't work like normal colors. Reed the changelog for 0.3c


Re: Colors in dialog... - Mr.Jvxmc - 06.01.2011

pawn Код:
format(string, sizeof string,"Welcome %s "blue"on Full Space RP",GetName(playerid));
use this