[Ajuda] Texto de contagem
#4

tenta

pawn Код:
public ContagemRoubo(playerid)
{
    new string[70];
    format(string, sizeof(string), "~n~~n~~n~~w~Tempo para roubar:~n~~r~%d segundos.", Contagem[playerid]);
    GameTextForPlayer(playerid, string, 1500, 3);
    if(Contagem[playerid] == 0)
    {
        KillTimer(TempoContagem[playerid]);
    }
    Contagem[playerid]--;
    return 1;
}
Reply


Messages In This Thread
Texto de contagem - by bombomloko - 22.11.2013, 02:11
Re: Texto de contagem - by MacacuVuador - 22.11.2013, 03:23
Re: Texto de contagem - by PT - 22.11.2013, 10:20
Re: Texto de contagem - by DannielCooper - 22.11.2013, 11:36

Forum Jump:


Users browsing this thread: 1 Guest(s)