[AJUDA] Textdraw nгo Aparece
#1

Bom pessoal , criei uma Textdraw para Mostrar o Ping do Player , mas hб um Problema , ela nгo estб aparecendo mesmo com o TextDrawShowForPlayer no OnPlayerConnect , se Alguem Ajudar dou +Rep! , Code:

pawn Code:
new Text:Ping[MAX_PLAYERS];

    for(new z = 0; z < MAX_PLAYERS; z++)
    {
        Ping[z] = TextDrawCreate(497, 397, "  ");
        TextDrawBackgroundColor(Ping[z], 255);
        TextDrawFont(Ping[z], 1);
        TextDrawLetterSize(Ping[z], 0.440000, 1.500000);
        TextDrawColor(Ping[z], -1);
        TextDrawSetOutline(Ping[z], 0);
        TextDrawSetProportional(Ping[z], 1);
        TextDrawSetShadow(Ping[z], 1);
    }

e o OnPlayerConnect :

    for(new z = 0; z < MAX_PLAYERS; z++)
    {
        TextDrawShowForPlayer(z, Ping[z]);
    }
Reply


Messages In This Thread
[AJUDA] Textdraw nгo Aparece - by .FuneraL. - 04.05.2012, 17:59
Re: [AJUDA] Textdraw nгo Aparece - by zbt - 04.05.2012, 18:11
Re: [AJUDA] Textdraw nгo Aparece - by Abravanel - 04.05.2012, 18:16
Re: [AJUDA] Textdraw nгo Aparece - by .FuneraL. - 04.05.2012, 18:29
Re: [AJUDA] Textdraw nгo Aparece - by Abravanel - 04.05.2012, 18:34
Re: [AJUDA] Textdraw nгo Aparece - by .FuneraL. - 04.05.2012, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)