[Ajuda] Vip
#3

Quote:
Originally Posted by mau.tito
Посмотреть сообщение
Tenta ae!
pawn Код:
if(strcmp(cmdtext,"/vips", true) == 0)
    {
        SendClientMessage(playerid, COR_PRINCIPAL, "** Todos os vips online:");
        new count=0;
        for(new i=0; i<MAX_PLAYERS; i++)
        {
            if(logado[i] == 1)
            {
                if(IsPlayerConnected(i))
                {
                    if(PlayerInfo[playerid][pVip] > 0)
                    {
                        new pname[24];
                        GetPlayerName(i, pname, 24);
                        format(string,sizeof string,"Vip %s [Tempo Restante %s]",pname, Convert(PlayerInfo[i][pVip]-Now()));
                        count++;
                        return 1;
                    }
                 }
            }
        }
        SendClientMessage(playerid,0xE3E3E3FF,string);
        if(count == 0)
           return SendClientMessage(playerid, 0xD8D8D8FF, "Nгo tem nenhum vip on-line agora!");
        return 1;
    }
Agora nem eu aparece
Reply


Messages In This Thread
Vip - by Baiano - 31.12.2012, 12:02
Re: Vip - by mau.tito - 31.12.2012, 12:10
Re: Vip - by Baiano - 31.12.2012, 12:15
Re: Vip - by mau.tito - 31.12.2012, 12:18
Re: Vip - by Baiano - 31.12.2012, 12:24
Re: Vip - by Baiano - 31.12.2012, 12:37
Re: Vip - by Miqueias Barros - 31.12.2012, 12:48
Re: Vip - by Baiano - 31.12.2012, 12:51
Re: Vip - by Miqueias Barros - 31.12.2012, 13:00
Re: Vip - by Baiano - 31.12.2012, 13:02

Forum Jump:


Users browsing this thread: 3 Guest(s)