SA-MP Forums Archive
[AJUDA] 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] TEXTDraw (/showthread.php?tid=298736)



[AJUDA] TEXTDraw - girafales - 22.11.2011

Eu fiz um textdraw e fiz um comando pra ve como fico o textdraw. Mas nao funciona o comando, diz que o comando nao existe. O gamemode й esse do ultimate trucking
https://sampforum.blast.hk/showthread.php?tid=279268

if(strcmp(cmdtext,"/tutorial",true) == 0)
{
TextDrawShowForPlayer(playerid,Textdrawtutorial);
}


Re: [AJUDA] TEXTDraw - Pharrel - 22.11.2011

pawn Код:
if(strcmp(cmdtext,"/tutorial",true) == 0)
 {
    return TextDrawShowForPlayer(playerid,Textdrawtutorial);
 }



Re: [AJUDA] TEXTDraw - girafales - 22.11.2011

aqui estб o textdraw, mas quando eu digito o comando nao aparece.

new Text:Textdrawtutorial; // topo


ongamemodeinit..
{
Textdrawtutorial = TextDrawCreate(134.000000,225.000000,"Assim como na vida real, aqui tambйm temos regras rigidas.");
TextDrawAlignment(Textdrawtutorial,0);//Nгo mecher
TextDrawBackgroundColor(Textdrawtutorial,0x000000f f);//Nгo mecher
TextDrawFont(Textdrawtutorial,0);//Tipo de Letro (veja o *[2]mais abaixo)
TextDrawLetterSize(Textdrawtutorial,0.2999, 1.4);//Nгo mecher
TextDrawBoxColor(Textdrawtutorial,0x00000050);//Nгo mecher
TextDrawColor(Textdrawtutorial,0xffffffff);//Nгo mecher
TextDrawSetOutline(Textdrawtutorial,1);//Nгo mecher
TextDrawSetProportional(Textdrawtutorial,1);//Nгo mecher
TextDrawSetShadow(Textdrawtutorial,1);//Nгo mecher
}


Re: [AJUDA] TEXTDraw - Pharrel - 22.11.2011

Aconselho vc criar com o textdraweditor do Zamaroth.