[Ajuda] Colocar Time
#2

pawn Код:
if(Count >= 60)
{
if(temporouboprefe == 1)
            {
                MSGPLAYER(playerid,COLOR_GREY,"Jб roubaram a Prefeitura espere 3 minutos para roubar de novo !");
                return 1;
            }
            GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
            format(string, sizeof(string), "%s e os %s estгo tentando roubar a Prefeitura! ID:[%d]", playername, NomeORG(playerid) , playerid);
            MSGPARATODOS(GetPlayerColor(playerid), string);
            MSGPLAYER(playerid, COLOR_GRAD5, "Espere 60 segundos para terminar de roubar a prefeitura.");
            SetPlayerCriminal(playerid,255, "Tentativa de Roubo a Prfeitura");
            roubando[playerid] = 1;
            ProvocoPrefe[playerid] = 1;
            rouboprefe = 1;
            temporouboprefe = 1;
            CountDown();
            SetTimer("Aroubo5", 220000, 0);
            tempoprefe = SetTimerEx("RouboPrefe", 60000, 0, "i", playerid);
            return 1;
        }
        else
        {
            MSGPLAYER(playerid, COLOR_GREY, "Vocк nгo esta em um Banco/Loterica/Loja de Armas 1, 2 !");
            return 1;
        }
        //return 1;
    }
Reply


Messages In This Thread
[Ajuda] Adcionar ese codigo - by Twisted_. - 22.03.2011, 11:55
Re: [Ajuda] Colocar Time - by zbt_Daimyo - 22.03.2011, 13:40
Re: [Ajuda] Colocar Time - by Macintosh - 22.03.2011, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)