[Ajuda] Contagem ao contrario
#1

Tem como fazer a contagem aos contratario ex : 30 - 29 - 28 - 27 nгo 30 - 31 - 32 - 33 - 34 segundos ? cуdigo
pawn Код:
CMD:vips(playerid, params[])
{
    new string[128];
    if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, -1, "You need to login first before using any command.");
    SendClientMessage(playerid, -1, "[Online VIPs]");
    new Year, Month, Day;
    new Hour, Minute, Second;
    gettime(Hour, Minute, Second);
    getdate(Year, Month, Day);
    foreach(Player, i)
    {
        if(PlayerInfo[i][pVIPDay])
        {
            format(string, sizeof(string), "Vip %s [Tempo restante: Dias %d, %dh, %dm, %ds]", Name(i), Day, Hour, Minute, Second);
            SendClientMessage(playerid, -1, string);
        }
    }
    return 1;
}
Alguem me ajuda ae ?
Reply


Messages In This Thread
Contagem ao contrario - by denis15711 - 07.08.2012, 18:17
Re: Contagem ao contrario - by paulor - 07.08.2012, 18:33
Respuesta: Contagem ao contrario - by denis15711 - 07.08.2012, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)