[Ajuda] Tudo preto
#1

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
Reply
#2

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);
Reply
#3

Ok, mas pq KPs?
Reply
#4

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? '-'
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)