[Ajuda] Moeda secundaria
#3

pawn Код:
//FINAL DO GM

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]);
            TextDrawSetString(tGP2[i], 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]);
        }
    }
}
// OnGameModeInit

SetTimer("AtualizarGP",1000,1);
 if(IsPlayerConnected(i) && gPlayerLogged[i])
{
tGP2[i] = TextDrawCreate(499.600,101.0000,string);
}
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: 2 Guest(s)