SA-MP Forums Archive
[ajuda]colocar cor - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [ajuda]colocar cor (/showthread.php?tid=260248)



[ajuda]colocar cor - wallacematheus - 08.06.2011

bem gente tenho o seguinte codigo й uma dialog

pawn Код:
new tmppass[64];
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD1, "USE: /registrar [Senha]");
                SendClientMessage(playerid, COLOR_YELLOW, "-==> Use Nome_Sobrenome ( Ex: Guru_Josh ) <==-");
                ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "Brasil Lord Games", "Bem Vindo ao Brasil Lord Games\nDigite sua Senha para Registrar!!!", "Registrar", "Cancelar");
                return 1;
            }
quando chega aki й q ta o pipino
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "Brasil Lord Games ", "Bem Vindo ao Brasil Lord Games\nDigite sua Senha para Registrar!!!", "Registrar", "Cancelar");
queria saber como eu coloca uma determinada cor na frase : Brasil Lord Games agradeзo a atenзгo de todos


Re: [ajuda]colocar cor - JonathanFeitosa - 08.06.2011

https://sampforum.blast.hk/showthread.php?tid=243197


Re: [ajuda]colocar cor - Andrew_Guiga - 08.06.2011

usa search fiote ja vi 3 topico com isso.


Re: [ajuda]colocar cor - TheGarfield - 08.06.2011

pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "Brasil Lord Games ", "Bem Vindo ao {00FF00}Brasil Lord Games{AA0000}\nDigite sua Senha para Registrar!!!", "Registrar", "Cancelar");