[PEDIDOS] Pra por no FS Aadmin
#10

no cmd vc bota assim:
pawn Код:
if(strcmp(cmdtext,"/pular",true)==0)
    {
        if(PlayerInfo[playerid][pAdmin] < 5)
            {
                if(IsCountdownStarted == false)
                {
                    Count = 5;
                    CountdownTimer = SetTimer("CountDown", 1000, 1);
                    IsCountdownStarted = true;
                    SendClientMessage(playerid, VERDE, "Vocк comeзou uma contagem");
                    new countstring[256];
                    GetPlayerName(playerid,PlayerName, MAX_PLAYER_NAME);
                    format(countstring, sizeof(countstring), "%s comeзou uma contagem", PlayerName);
                    SendClientMessageToAll(CINZA, countstring);
                }
                else
                {
                    SendClientMessage(playerid, VERMELHO, "Jб hб uma contagem em andamento");
                }
            }
            else
            {
            SendClientMessage(playerid, VERMELHO, "Vocк nгo й admin !!!");
            }
        return 1;
    }
apenas substitui o cmd por esse
Reply


Messages In This Thread
[PEDIDOS] Pra por no FS Aadmin - by andersongr98 - 24.08.2010, 18:59
Re: [PEDIDOS] Pra por no FS Aadmin - by BiieL - 24.08.2010, 19:00
Re: [PEDIDOS] Pra por no FS Aadmin - by andersongr98 - 24.08.2010, 19:21
Re: [PEDIDOS] Pra por no FS Aadmin - by BiieL - 24.08.2010, 19:23
Re: [PEDIDOS] Pra por no FS Aadmin - by andersongr98 - 24.08.2010, 19:24
Re: [PEDIDOS] Pra por no FS Aadmin - by BiieL - 24.08.2010, 19:25
Re: [PEDIDOS] Pra por no FS Aadmin - by andersongr98 - 24.08.2010, 19:26
Re: [PEDIDOS] Pra por no FS Aadmin - by BiieL - 24.08.2010, 19:27
Re: [PEDIDOS] Pra por no FS Aadmin - by andersongr98 - 24.08.2010, 19:30
Re: [PEDIDOS] Pra por no FS Aadmin - by BiieL - 24.08.2010, 19:38

Forum Jump:


Users browsing this thread: 2 Guest(s)