SA-MP Forums Archive
[DUV] Text Draw - 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: [DUV] Text Draw (/showthread.php?tid=125842)



[DUV] Text Draw - victorxd12 - 05.02.2010

bom eu to editando o gm do thug aew tentei por um text draw com fundo preto mais so que ele nao aparece aew tento em outros aparece me ajuda plix podem me ajudar o codigo e esse do text draw com fundo

Code:
 new Text: gText2;
gText2 = TextDrawCreate(0.0, 435, "~y~x <<<");
TextDrawUseBox(gText2, true); //Fundo
TextDrawFont(gText2,1); //Fonte do texto
TextDrawBoxColor(gText2, 126); //Cor do fundo
TextDrawBackgroundColor(gText2, 126);
TextDrawUseBox(gText2, true); //Fundo
TextDrawShowForPlayer(playerid, gText2);
}