[AJUDA] TextDraw
#8

Cara coisa mais simples que isso nгo tem , o motivo de nгo ter aparecido a textdraw й porque a posiзгo dela й fora do monitor! Para soluзionar seu problema mude o lado! Vocк tambйm errou no cуdigo.

pawn Код:
new Text:Primeiro;
pawn Код:
public OnGameModeInit()
{
    Primeiro = TextDrawCreate(1.0, 433.0, "Aqui o texto");//Eu peguei uma posiзгo que fica embaixo do radar!
    return 1;
}
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/mostrar", cmdtext, true, 1) == 0)
    {
        TextDrawShowForPlayer(playerid, Text:Primeiro);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[AJUDA] TextDraw - by abestado - 17.12.2010, 20:03
Re: [AJUDA] TextDraw - by Gabriel6 - 17.12.2010, 20:14
Re: [AJUDA] TextDraw - by faeldk - 17.12.2010, 21:17
Re: [AJUDA] TextDraw - by SuB_ZeRo0_ - 17.12.2010, 21:55
Re: [AJUDA] TextDraw - by Gabriel6 - 17.12.2010, 22:09
Re: [AJUDA] TextDraw - by SuB_ZeRo0_ - 17.12.2010, 22:50
Re: [AJUDA] TextDraw - by Gabriel6 - 18.12.2010, 00:35
Re: [AJUDA] TextDraw - by Quem sou eu? - 18.12.2010, 10:02
Re: [AJUDA] TextDraw - by abestado - 19.12.2010, 19:33
Re: [AJUDA] TextDraw - by faeldk - 19.12.2010, 20:13

Forum Jump:


Users browsing this thread: 4 Guest(s)