SA-MP Forums Archive
[Ajuda] Problema no textdraw - 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] Problema no textdraw (/showthread.php?tid=490963)



Problema no textdraw - Canema - 28.01.2014

Bom eu criei um textdraw sem bug normal mais quando eu testo ele,o mesmo estб com um espaзo quando era pra estar tudo junto,lembrando que nгo tem espaзo entre ambos os codigos.

Quem tiver ideia do que й falai.


Re: Problema no textdraw - Schocc - 28.01.2014

Antes de qualquer coisa, nos mostre seu cуdigo para que possamos analisar a Textdraw.


Re: Problema no textdraw - Canema - 28.01.2014

Код:
		//textdraw do meio
		tLogo0 = TextDrawCreate(205.000000,411.000000,"Brasil");
		tLogo1 = TextDrawCreate(277.000000,414.000000,"New");
		tLogo2 = TextDrawCreate(353.000000,413.000000,"Era");
		tLogo3 = TextDrawCreate(214.000000,436.000000,"www.bnegames.forumeiros.com");
		TextDrawAlignment(tLogo0,0);
		TextDrawAlignment(tLogo1,0);
		TextDrawAlignment(tLogo2,0);
		TextDrawAlignment(tLogo3,0);
		TextDrawBackgroundColor(tLogo0,0x000000ff);
		TextDrawBackgroundColor(tLogo1,0x000000ff);
		TextDrawBackgroundColor(tLogo2,0x000000ff);
		TextDrawBackgroundColor(tLogo3,0x000000ff);
		TextDrawFont(tLogo0,1);
		TextDrawLetterSize(tLogo0,0.799999,2.899999);
		TextDrawFont(tLogo1,1);
		TextDrawLetterSize(tLogo1,0.899999,2.499999);
		TextDrawFont(tLogo2,1);
		TextDrawLetterSize(tLogo2,1.000000,2.699999);
		TextDrawFont(tLogo3,2);
		TextDrawLetterSize(tLogo3,0.200000,0.799999);
		TextDrawColor(tLogo0,0xffffffff);
		TextDrawColor(tLogo1,0xff0000ff);
		TextDrawColor(tLogo2,0xffffffff);
		TextDrawColor(tLogo3,0xffffffff);
		TextDrawSetOutline(tLogo0,1);
		TextDrawSetOutline(tLogo1,1);
		TextDrawSetOutline(tLogo2,1);
		TextDrawSetOutline(tLogo3,1);
		TextDrawSetProportional(tLogo0,1);
		TextDrawSetProportional(tLogo1,1);
		TextDrawSetProportional(tLogo2,1);
		TextDrawSetProportional(tLogo3,1);
		TextDrawSetShadow(tLogo0,1);
		TextDrawSetShadow(tLogo1,1);
		TextDrawSetShadow(tLogo2,1);
		TextDrawSetShadow(tLogo3,1);



Re: Problema no textdraw - Canema - 28.01.2014

up...


Re: Problema no textdraw - CaioTesio - 28.01.2014

vc alinho errado faz tudo de novo


Re: Problema no textdraw - Canema - 28.01.2014

como assim ?