[Ajuda] TextDraw Bug
#2

Voce definiu la emcima a textdraw como semana

new Text:Semana;
//-----------

Mais voce esta usando "DiaSemana"

TextDrawBackgroundColor(DiaSemana, <<-- voce esta usando Diasemana seria Semana

pawn Код:
new Text:Semana;
//-----------
    Semana = TextDrawCreate(496.0,108.0, "Dias");
    TextDrawBackgroundColor(Semana, COLOR_YELLOW);
    TextDrawFont(Semana, 1);
    TextDrawLetterSize(Semana, 0.500000, 1.000000);
    TextDrawColor(Semanaa, -1);
    TextDrawBoxColor(Semana ,COLOR_BLACK);
    TextDrawSetOutline(Semana, 0);
    TextDrawUseBox(Semana,1);
    TextDrawSetProportional(Semana, 1);
    TextDrawSetShadow(Semana, 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,Semana);
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: 4 Guest(s)