[Ajuda] Text Draw
#1

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!
Reply
#2

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б ^^
Reply
#3

como assim
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)