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



Tudo preto - TiggaNigga - 20.01.2013

Eu coloquei a seguinte textdraw e fico tudo preto

forum = TextDrawCreate(274.000000, 3.000000, "~y~Tes~r~te");
TextDrawBackgroundColor(forum, 255);
TextDrawFont(forum, 1);
TextDrawLetterSize(forum, 0.490000, 2.100000);
TextDrawColor(forum, -1);
TextDrawSetOutline(forum, 1);
TextDrawSetProportional(forum, 1);

forum2 = TextDrawCreate(232.000000, 23.000000, "~y~Teste~r~Server~y~1");
TextDrawBackgroundColor(forum2, 255);
TextDrawFont(forum2, 1);
TextDrawLetterSize(forum2, 0.500000, 1.000000);
TextDrawColor(forum2, -1);
TextDrawSetOutline(forum2, 1);
TextDrawSetProportional(forum2, 1);


ajuda


Re: Tudo preto - HeyHoLetsGo - 20.01.2013

Tenta mudar ou retirar isso:
pawn Код:
TextDrawBackgroundColor(forum, 255);

@EDIT

Tenta mudar por isso:

pawn Код:
TextDrawBackgroundColor(forum,0x000000ff);

E tambйm subtitui o TextDrawColor por isso:

pawn Код:
TextDrawColor(forum,0xFFFF00AA);



Re: Tudo preto - TiggaNigga - 20.01.2013

Ok, mas pq KPs?


Re: Tudo preto - HeyHoLetsGo - 20.01.2013

Quote:
Originally Posted by TiggaNigga
Посмотреть сообщение
Ok, mas pq KPs?

Ah, foi mal, й que eu peguei de um sistema meu e esqueci de editar! Editado jб
Eai, deu certo? '-'



Re: Tudo preto - TiggaNigga - 20.01.2013

Eu meti sу para a textdraw aparecer no
Onplayerspawn e deu certo