[Ajuda] Text drawn - 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] Text drawn (
/showthread.php?tid=376068)
Text drawn -
VenoN - 09.09.2012
Gente й o Seguinte ja usei o Search e num achei. preciso de ajuda com esse TexDrawn o problema dele e o Seguinte
eu queria tirar a parte preta dele fica so o que ta escrito mais o Box dele fica preto eu queria tirar se alguem souber como fazer agradeco. o Codigo do Text Drawn й esse
pawn Код:
gText4[playerid] = TextDrawCreate(0.0, 436, "~n~");
TextDrawUseBox(gText4[playerid], true);
TextDrawFont(gText4[playerid], 3);
TextDrawSetOutline(gText4[playerid], 1);
TextDrawColor(gText4[playerid], 255);
TextDrawBoxColor(gText4[playerid], 0x000000AA);
TextDrawBackgroundColor(gText4[playerid], 65535);
e a imagen dele com o Box preto e essa
/imageshack/img163/2950/semttuloyqy.png
Re: Text drawn -
Delete_ - 09.09.2012
pawn Код:
gText4[playerid] = TextDrawCreate(0.0, 436, "~n~");
TextDrawUseBox(gText4[playerid], false); //true = aparece, false = nгo aparece.
TextDrawFont(gText4[playerid], 3);
TextDrawSetOutline(gText4[playerid], 1);
TextDrawColor(gText4[playerid], 255);
TextDrawBoxColor(gText4[playerid], 0x000000AA); //aqui vc muda a cor do box
TextDrawBackgroundColor(gText4[playerid], 65535);
Re: Text drawn -
VenoN - 09.09.2012
ainda continua preto ¬¬
Re: Text drawn -
Sky™ - 09.09.2012
Pode Ser que Nгo Seje nesse TexDrawn
Obs: Tb nгo sei muit de texts Drawn ¬¬
Re: Text drawn -
SuB_ZeRo0_ - 09.09.2012
Quote:
Originally Posted by Alex_Kidds
ainda continua preto ¬¬
|
Vocк pode estar trocando o Textdraw errado, como o Sky escreveu.
Pois o "TextDrawUseBox(gText4[playerid], false);", como o delete escreveu, deve tirar o box preto.
Sу se hб outro "TextDrawUseBox(gText4[playerid], true);" em outro local.