[PEDIDO]Code Tela Preta. - 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: [PEDIDO]Code Tela Preta. (
/showthread.php?tid=290057)
[PEDIDO]Code Tela Preta. -
Colgate - 14.10.2011
Olб Fуrum SA:MP,
Gostaria de fazer um pedido, no caso й um textdraw onde deixa a tela preta, se alguйm poder me enviar agradeзo.
Jб aproveitando o tуpico, fiz um filterscript de um velocimetro, porйm apуs algumas horas, o textdraw simplesmente some, e nгo volta de jeito nenhum.
Humildemente.
Re: [PEDIDO]Code Tela Preta. -
Cristhian - 14.10.2011
tente:
Respuesta: [PEDIDO]Code Tela Preta. -
Tom_Park - 14.10.2011
Olha mano tenta isso ae
Fiz isso ae\/ num programa que tenho aqui .-.
Код:
Telinha = TextDrawCreate(-30.000000, -5.000000, "TelaPreta");
TextDrawBackgroundColor(Telinha, 255);
TextDrawFont(Telinha, 1);
TextDrawLetterSize(Telinha, 0.700000, 53.099998);
TextDrawColor(Telinha, -1);
TextDrawSetOutline(Telinha, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Telinha, 1);
TextDrawUseBox(Telinha, 1);
TextDrawBoxColor(Telinha, 255);
TextDrawTextSize(Telinha, 650.000000, 30.000000);