[AJUDA] TEXTDraw
#1

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);
}
Reply
#2

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

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
}
Reply
#4

Aconselho vc criar com o textdraweditor do Zamaroth.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)