[HELP] Color Embeding - 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] Color Embeding (
/showthread.php?tid=300523)
[HELP] Color Embeding -
Mattos - 30.11.2011
Hey guys... I tried to use color embeding in a dialog but didnt get colored... what is it wrong?
pawn Код:
format(loginmsg, 128, "Conta {FF0000}nгo {FF0000}registrada\nNova Conta: %s\n\nPor favor, insira uma senha:", pName(playerid));
ShowPlayerDialog(playerid, 9992, DIALOG_STYLE_INPUT,"Brasil WarZone [REGISTRO]", loginmsg, "Confirmar", "Cancelar");
I am using 0.3c RC2 but dont think thats the problem...
Re: [HELP] Color Embeding -
MP2 - 30.11.2011
You're setting it to red when it's already red.
Re: [HELP] Color Embeding -
Mattos - 30.11.2011
neither if i remove one of those {FF0000} the word will be red... it still white
Re: [HELP] Color Embeding -
Rob_Maate - 30.11.2011
Firstly - RC2 is OLD and you should probably update.
Secondly, you have set the string to the same color twice...
Re: [HELP] Color Embeding -
Luis- - 30.11.2011
It is working for me,

I am using 0.3d, so I am guessing you should update to a later version of 0.3c.