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=254778)



[Ajuda] TextDraw - Transferencia - 12.05.2011

Gente estou querendo colocar uma borda na barra embaixo do meu gm. O cуdigo й este?

pawn Код:
TextDrawBackgroundColor(Borda[i], 16711935); // ??
Se nгo for alguйm poderia me dizer qual й e como pego a cor?

Obrigado.


Re: [Dъvida] TextDraw - Macintosh - 12.05.2011

Use o Editor do Zamaroths :S


Re: [Dъvida] TextDraw - JonathanFeitosa - 12.05.2011

No Meu GameMode JFS 1.0 ( a 1.0 ) Tem Isso.

Se For essa Borda Preta :

http://imageshack.us/photo/my-images/69/samp023us.png/

Baixe Ele, https://sampforum.blast.hk/showthread.php?tid=236513

Pegue Dele. =D

Pegue Uma Cor definido No Seu GM.

Ex:
pawn Код:
TextDrawBackgroundColor(Borda[i], Amarelo);



Re: [Dъvida] TextDraw - Transferencia - 12.05.2011

Й isso que eu queria saber, essa cor nгo й em HTML ou hexadecimal, qual й o formato alguйm poderia ajudar?


Re: [Dъvida] TextDraw - JonathanFeitosa - 12.05.2011

pawn Код:
#define VERDE     0x33AA33AA
#define VERDE2    0x00D900C8
#define PRETO     0x000000FF
#define AZUL      0x2641FEAA
#define AZUL2     0x8080FF96
#define AZUL3     0x33CCFFAA
#define ROXO      0xC2A2DAAA
#define AMARELO   0xFFFF00AA
#define VERMELHO  0x9D000096
#define VERMELHO1 0xFF6347AA
#define LARANJA  0xF6AD00AA
#define CINZA     0xAFAFAFAA
#define CINZA1    0xB4B5B7FF
#define CINZA2    0xBFC0C2FF
#define CINZA3    0xCBCCCEFF
#define CINZA4    0xD8D8D8FF
#define CINZA5    0xE3E3E3FF
#define CINZA6    0xF0F0F0FF        
#define Branco 0xFFFFFFAA
TextDrawBackgroundColor(Borda[i], COR);

Olha o Amarelo :

pawn Код:
#define AMARELO   0xFFFF00AA
Fica :
pawn Код:
TextDrawBackgroundColor(Borda[i], 0xFFFF00AA);
Ou Se Vocк Quiser Por AMARELO Apenas, Basta Definir a Cor.


Re: [Dъvida] TextDraw - Transferencia - 12.05.2011

Sim cara mais tipo

pawn Код:
TextDrawBackgroundColor(Barra[i], 16711935); // O que й esse '16711935'?
Serб uma cor ou algo prй-definido?


Re: [Dъvida] TextDraw - JonathanFeitosa - 12.05.2011

Cara Acho que Deveria Ser Alguma Cor. Onde Vocк Criou Isso ?


Re: [Dъvida] TextDraw - Transferencia - 12.05.2011

Em um gm aqui.
Mais eu queria saber o que sгo esses nъmeros.
HELP.


Re: [Dъvida] TextDraw - JonathanFeitosa - 12.05.2011

A Cor Mano. LOL *- *

Veja TextDrawBackgroundColor

Nгo Sei Porque Vem Assim, Acho Que й Um Editor Que Vocк Usou.
й a cor.


Re: [Dъvida] TextDraw - [S]trong - 12.05.2011

Use

pawn Код:
TextDrawSetOutline(Borda[i],1);
vocк pode mudar o 1 para 2, 3.... (cada nнvel deixa a barra mais forte).