SA-MP Forums Archive
[Ajuda] TextDraw - 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] TextDraw (/showthread.php?tid=347178)



[Ajuda] TextDraw - JuniorPT - 31.05.2012

Boas pessoal, nгo estou a conseguir mudar a cor do meu textdraw, eu meto o codigo da cor e ele fica preto..
Ajuda ai sff.

pawn Код:
new string[128];
    format(string, sizeof(string), "~G~Dream Gamers RolePlay V1.0");
    NWORP1 = TextDrawCreate(375.000000,420.000000,string);
    TextDrawAlignment(NWORP1,0);
    TextDrawBackgroundColor(NWORP1,0x000000);
    TextDrawFont(NWORP1,3);
    TextDrawLetterSize(NWORP1,0.500000,2.500000);
    TextDrawSetProportional(NWORP1,1);
    TextDrawSetShadow(NWORP1,1);
    TextDrawColor(NWORP1,0x00FF00);
REP + =)


Re: [Ajuda TextDraw] - EditPawn - 31.05.2012

TextDrawBackgroundColor(NWORP1,0x000000);

Troque o que esta em vermelho


Re: [Ajuda TextDraw] - JuniorPT - 31.05.2012

Eu jб troquei, meti assim.

TextDrawBackgroundColor(NWORP1,0x696969);

Mas с deu


Re: [Ajuda TextDraw] - EditPawn - 31.05.2012

0x696969FF
Acho q й isso


Re: [Ajuda TextDraw] - JuniorPT - 31.05.2012

Nгo й.. Vi o cуdigo no site da tabela de cores, sempre meti assim.. Sу que agora nгo estou a conseguir meter a cor que eu quero.



Re: [Ajuda TextDraw] - ViniBorn - 31.05.2012

TextDrawColor
pawn Код:
new string[64];
format(string, sizeof(string), "Dream Gamers RolePlay V1.0");



Re: [Ajuda TextDraw] - paulor - 31.05.2012

Cor da fonte mude por.

pawn Код:
TextDrawColor(NWORP1, 0x696969FF);



Re: [Ajuda] TextDraw - EditPawn - 31.05.2012

Sera que nao й esse ~g~ na frente de seu cуd ?
PHP код:
format(stringsizeof(string), "~G~Dream Gamers RolePlay V1.0"); 
Retire-o...