22.05.2014, 02:33
Galera vi esse fs e baixei https://sampforum.blast.hk/showthread.php?tid=290640, criei minha textdraw ficou mita *-*, ficou salva na scriptfiles, mais como ponho ela no meu gm? alguйm ajuda pf
TDFile=yes 0T_Created=1 1T_Created=1 0T_Text=Campeonato de X5 0T_X=474.000000 0T_Y=375.000000 0T_Alignment=1 0T_Color=16711935 0T_BackColor=255 0T_BoxColor=255 0T_Font=3 0T_XSize=0.490000 0T_YSize=2.999999 1T_Text=Torcidas Pequenas 1T_X=475.000000 1T_Y=405.000000 1T_Color=16711935 1T_BackColor=255 1T_BoxColor=255
//Inicio do GM
new Text:Textdraw1, Text:Textdraw2;
//OnGameModeInit
Textdraw1 = TextDrawCreate(474.000000,375.000000,"Campeonato de X5");
TextDrawAlignment(Textdraw1,1);
TextDrawColor(Textdraw1,16711935);
TextDrawBackgroundColor(Textdraw1,255);
TextDrawBoxColor(Textdraw1,255);
TextDrawFont(Textdraw1,3);
TextDrawLetterSize(Textdraw1,0.490000,2.999999);
Textdraw2 = TextDrawCreate(475.000000,405.000000,"Torcidas Pequenas");
TextDrawColor(Textdraw2,16711935);
TextDrawBackgroundColor(Textdraw2,255);
TextDrawBoxColor(Textdraw2,255);
//OnPlayerConnect
TextDrawShowForPlayer(playerid,Textdraw1);
TextDrawShowForPlayer(playerid,Textdraw2);
Ai mano, espero que ajude.
pawn Код:
|