[Ajuda] Moeda secundaria
#1

o que se passa й o seguinte a moeda й mostrada a todos mas tem uma hora que ela some, se alguem poder ajudar +rep

Код:
forward AtualizarGP();
public AtualizarGP()
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) && gPlayerLogged[i])
        {
            new string[128];
            format(string, 256, "~g~R$~r~:~w~%d", GP[i]);
            tGP2[i] = TextDrawCreate(499.600,101.0000,string);
            TextDrawColor(tGP2[i], COLOR_GRAD2);
            TextDrawLetterSize(tGP2[i], 0.575, 2.1);
            TextDrawFont(tGP2[i], 3);
    		TextDrawBackgroundColor(tGP2[i], 0x00000AA);
    		TextDrawSetOutline(tGP2[i], 2);
    		TextDrawShowForPlayer(i,tGP2[i]);
        }
    }
}
SetTimer("AtualizarGP",1000,1);
Reply


Messages In This Thread
Moeda secundaria - by merloch - 13.06.2014, 00:43
Re: Moeda secundaria - by MultiKill - 13.06.2014, 01:49
Re: Moeda secundaria - by focaximubh - 13.06.2014, 02:06
Respuesta: Re: Moeda secundaria - by merloch - 13.06.2014, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)