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



[Ajuda] Text Draw - xPaulistaa - 17.06.2012

Como transformo isso :
Код:
TDFile=yes
0T_Created=1
0T_Text=Legend Killers
0T_Alignment=1
0T_Color=-16776961
0T_BackColor=255
0T_BoxColor=255
0T_XSize=0.609999
0T_YSize=2.200000
0T_Proportional=1
0T_Outline=1
0T_X=290.000000
0T_Y=92.000000
0T_UseBox=0
Em TextDraw alinhado como os normal?


+REP!


Re: [Ajuda] Text Draw - .FuneraL. - 18.06.2012

pawn Код:
new Text:Server;

//OnGameModeInit

Server = TextDrawCreate(290, 92, "Legend Killers");
TextDrawBackgroundColor(Server, -16776961);
TextDrawFont(Server, 1);
TextDrawLetterSize(Server, 0.609999, 2.200000);
TextDrawColor(Server, -1);
TextDrawSetOutline(Server, 1);
TextDrawSetProportional(Server, 1);
TextDrawSetShadow(Server, 0);
TextDrawUseBox(Server, 0);
TextDrawAlignment(Server, 1);

//OnPlayerSpawn

TextDrawShowForPlayer(playerid, Server);
Aн estб ^^


Re: [Ajuda] Text Draw - Crueliz0n - 18.06.2012

como assim


Re: [Ajuda] Text Draw - ViictorDaay- - 18.06.2012

o Zaramoth so da os resultados da ediзгo nгo as funзхes.