[Ajuda] TextDraw Bug
#1

Bom dia,
Criei uma Simples TextDraw para indicar o Dia da Semana, Porem...
Ele estб lб, quando vocк inicia no server, Nгo loga, vocк vк ele lб.
Mas apos alguns segundos ele desaparece.
Nгo hб nada de "Estranho" no Code. Й apenas mais Um textdraw.
pawn Код:
new Text:Semana;
//-----------
    Semana = TextDrawCreate(496.0,108.0, "Dias");
    TextDrawBackgroundColor(DiaSemana, COLOR_YELLOW);
    TextDrawFont(DiaSemana, 1);
    TextDrawLetterSize(DiaSemana, 0.500000, 1.000000);
    TextDrawColor(DiaSemana, -1);
    TextDrawBoxColor(DiaSemana ,COLOR_BLACK);
    TextDrawSetOutline(DiaSemana, 0);
    TextDrawUseBox(DiaSemana,1);
    TextDrawSetProportional(DiaSemana, 1);
    TextDrawSetShadow(DiaSemana, 1);
//--- Um Relogio proprio do servidor para mostrar hora/dias
    new Dia[128];
    if(Dias == 1) {Dia = "Domingo"; }
    else if(Dias == 2) {Dia = "Segunda-Feira";}
    else if(Dias == 3) {Dia = "Terзa-Feira";}
    else if(Dias == 4) {Dia = "Quarta-Feira";}
    else if(Dias == 5) {Dia = "Quinta-Feira";}
    else if(Dias == 6) {Dia = "Sexta-Feira";}
    else if(Dias == 7) {Dia = "Sabado";}
    new str[128]; //Estou usando todas para outras funзхes abaixo.
    new str1[128];
    new str2[128];
    new str3[128];
    format(str3, sizeof(str3), "%s", Dia);
    TextDrawSetString(Semana, str3);
//.................................................................
//- OnPlayerConnect
    TextDrawShowForPlayer(playerid,DiaSemana);
Como podem ver й um code simples, mas com este inesplicavel bug, alguem sabe o que й?!
grato.
Reply


Messages In This Thread
[Ajuda] TextDraw Bug - by Carl_Thuse - 05.04.2011, 20:35
Re: [Ajuda] TextDraw Bug - by zbt_Daimyo - 05.04.2011, 20:54
Re: [Ajuda] TextDraw Bug - by Carl_Thuse - 05.04.2011, 22:13
Re: [Ajuda] TextDraw Bug - by Chefгo - 05.04.2011, 23:06
Re: [Ajuda] TextDraw Bug - by Carl_Thuse - 05.04.2011, 23:31
Re: [Ajuda] TextDraw Bug - by Chefгo - 05.04.2011, 23:38
Re: [Ajuda] TextDraw Bug - by Chefгo - 05.04.2011, 23:44
Re: [Ajuda] TextDraw Bug - by Chefгo - 06.04.2011, 09:14
Re: [Ajuda] TextDraw Bug - by LuxurioN™ - 06.04.2011, 15:59
Re: [Ajuda] TextDraw Bug - by douglasmonteiro - 13.05.2011, 15:44

Forum Jump:


Users browsing this thread: 2 Guest(s)