[AJUDA] Texts Draws Nao Aparece
#6

pawn Код:
public OnFilterScriptInit() // Ou OnGameModeInit!
{
    SetTimer("relogio",1000,1);
    relogio= TextDrawCreate(496.000000,6.000000,"--");
    relogio2 = TextDrawCreate(550.000000,23.000000,"--");
    Informacaoplayer = TextDrawCreate(4.4, 433.0,"~y~VADIAGEM EVOLUTION GAMES OWNED!");
    TextDrawAlignment(Informacaoplayer,0);
    TextDrawBackgroundColor(Informacaoplayer,0x000000ff);
    TextDrawFont(Informacaoplayer,1);
    TextDrawLetterSize(Informacaoplayer,0.279999,1.300000);
    TextDrawColor(Informacaoplayer,0xffffffff);
    TextDrawSetOutline(Informacaoplayer,1);
    TextDrawSetProportional(Informacaoplayer,1);
    TextDrawSetShadow(Informacaoplayer,1);
    TextDrawAlignment(relogio,0);
    TextDrawAlignment(relogio2,0);
    TextDrawBackgroundColor(relogio,0x000000FF);
    TextDrawBackgroundColor(relogio2,0x000000FF);
    TextDrawFont(relogio,2);
    TextDrawLetterSize(relogio,0.399999,2.000000);
    TextDrawFont(relogio2,2);
    TextDrawLetterSize(relogio2,0.399999,2.000000);
    TextDrawColor(relogio,0xCCCCFFFF);
    TextDrawColor(relogio2,0xCCCCFFFF);
    TextDrawSetProportional(relogio,1);
    TextDrawSetProportional(relogio2,1);
    TextDrawSetShadow(relogio,1);
    TextDrawSetShadow(relogio2,1);
    TextDrawSetOutline(relogio,1);
    TextDrawSetOutline(rrelogio2,1);
    TextDrawShowForAll(relogio);
    TextDrawShowForAll(relogio2);
    TextDrawShowForAll(Informacaoplayer);    
    return true;
}
Nгo estou intendendo direito, mais acho que й isso, tenta ai!
Reply


Messages In This Thread
[AJUDA] Texts Draws Nao Aparece - by rene20 - 03.09.2011, 23:23
Re: [AJUDA] Texts Draws Nao Aparece - by StrondA_ - 04.09.2011, 01:05
Re: [AJUDA] Texts Draws Nao Aparece - by rene20 - 04.09.2011, 01:37
Re: [AJUDA] Texts Draws Nao Aparece - by StrondA_ - 04.09.2011, 01:39
Re: [AJUDA] Texts Draws Nao Aparece - by rene20 - 04.09.2011, 01:46
Re: [AJUDA] Texts Draws Nao Aparece - by StrondA_ - 04.09.2011, 01:52
Re: [AJUDA] Texts Draws Nao Aparece - by Vai_Besta - 04.09.2011, 03:53
Re: [AJUDA] Texts Draws Nao Aparece - by rene20 - 04.09.2011, 15:37
Re: [AJUDA] Texts Draws Nao Aparece - by StrondA_ - 04.09.2011, 17:25

Forum Jump:


Users browsing this thread: 1 Guest(s)