[Ajuda] Text Draw
#1

Bom, em meu servidor tem uma TextDraw de entrada "Imagem atras da tela de login", a uns tempos atras andei percebendo que se entrar mais de 1 jogador ao mesmo tempo estб tal TextDraw nгo some da tela. Eu ja criei um settimer mais nada adiantou.

OnGameModeExit:
pawn Код:
TextDrawDestroy(Entrada);
OnPlayerConnect
pawn Код:
Entrada = TextDrawCreate(0.000000, 0.000000, "loadsc9:loadsc9");
    TextDrawBackgroundColor(Entrada, 255);
    TextDrawFont(Entrada, 4);
    TextDrawLetterSize(Entrada, 1.000000, 2.000000);
    TextDrawColor(Entrada, -1);
    TextDrawSetOutline(Entrada, 1);
    TextDrawSetProportional(Entrada, 1);
    TextDrawUseBox(Entrada, 1);
    TextDrawBoxColor(Entrada, 255);
    TextDrawTextSize(Entrada, 640.000000, 447.000000);

        //Mostrar
        TextDrawShowForPlayer(playerid, Entrada);
pawn Код:
public DesativarEntrada(playerid)
{
    TextDrawDestroy(Entrada);
    return 1;
}
Alguem pode me explicar por que isso estб ocorrendo e como concertar?
Reply


Messages In This Thread
Text Draw - by feliphemort - 22.04.2013, 18:56
Re: Text Draw - by mau.tito - 22.04.2013, 19:01
Re: Text Draw - by Delete_ - 22.04.2013, 19:04
Re: Text Draw - by feliphemort - 22.04.2013, 19:05
Re: Text Draw - by StringBR - 22.04.2013, 19:07
Re: Text Draw - by Delete_ - 22.04.2013, 19:08
Re: Text Draw - by feliphemort - 22.04.2013, 19:16

Forum Jump:


Users browsing this thread: 2 Guest(s)