[Ajuda] Dominar
#1

A polнcia militar nгo consegue dominar os territуrios da favela e da pista de skate.

pawn Код:
if(PlayerInfo[playerid][pMembro] == 1 || PlayerInfo[playerid][pLider] == 1)// PM
        {
      if(IsPlayerInFavela(playerid))
            {
                if(Dominando[playerid] == 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD5, "Vocк ja estб dominando um territorio.");
                    return 1;
                }
                if(GuerranaFavela == 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD5, "Jб estб tendo uma guerra nesse territorio.");
                    return 1;
                }
                GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
                format(string, sizeof(string), "%s e a Policia Militar estгo dominando a Favela!",playername);
                SendClientMessageToAll(COR_PM, string);
                SendClientMessage(playerid, COLOR_GRAD3, "Fique esperto, todas as gangues foram avisadas!");
                SendClientMessage(playerid, COLOR_GRAD5, "Espere 60 segundos para dominar estб area .");
                GangZoneFlashForAll(GZFavela,GCOP_COLOR);
                Dominando[playerid] = 1;
                ProvocoFavela[playerid] = 1;
                GuerranaFavela = 1;
                TempoGuerraFavela = SetTimerEx("GuerraFavela", 60000, 0, "i", playerid);
                return 1;
            }
            if(IsPlayerInSkate(playerid))
            {
                if(Dominando[playerid] == 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD5, "Vocк ja estб dominando um territorio.");
                    return 1;
                }
                if(GuerranoSkate == 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD5, "Jб estб tendo uma guerra nesse territorio.");
                    return 1;
                }
                GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
                format(string, sizeof(string), "%s e a Policia Militar estгo dominando a Pista de Skate!",playername);
                SendClientMessageToAll(COR_PM, string);
                SendClientMessage(playerid, COLOR_GRAD3, "Fique esperto, todas as gangues foram avisadas!");
                SendClientMessage(playerid, COLOR_GRAD5, "Espere 60 segundos para dominar estб area .");
                GangZoneFlashForAll(GZSkate,GCOP_COLOR);
                Dominando[playerid] = 1;
                ProvocoSkate[playerid] = 1;
                GuerranoSkate = 1;
                TempoGuerraSkate = SetTimerEx("GuerraSkate", 60000, 0, "i", playerid);
                return 1;
            }
            if(IsPlayerInInd(playerid))
            {
                if(Dominando[playerid] == 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD5, "Vocк ja estб dominando um territorio.");
                    return 1;
                }
                if(GuerranaInd == 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD5, "Jб estб tendo uma guerra nesse territorio.");
                    return 1;
                }
                GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
                format(string, sizeof(string), "%s e a Polнcia Militar estгo dominando a Industria Abandonada!",playername);
                SendClientMessageToAll(COR_PM, string);
                SendClientMessage(playerid, COLOR_GRAD3, "Fique esperto, todas as Gangues foram avisadas!");
                SendClientMessage(playerid, COLOR_GRAD5, "Espere 60 segundos para dominar estб area .");
                GangZoneFlashForAll(GZCasarao,COR_PM);
                Dominando[playerid] = 1;
                ProvocoInd[playerid] = 1;
                GuerranaInd = 1;
                TempoGuerraInd = SetTimerEx("GuerraInd", 60000, 0, "i", playerid);
                return 1;
   }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD3, "Vocк nгo estб em nenhum territуrio!");
            }
            return 1;
        }
   else
            {
                SendClientMessage(playerid, COLOR_GRAD3, "Vocк nгo estб em nenhum territуrio!");
            }
            return 1;
        }
Reply
#2

Se a policia nгo consegue chama o exйrcito.
Reply
#3

Quote:
Originally Posted by Delete_
Посмотреть сообщение
Se a policia nгo consegue chama o exйrcito.
kkkkkkkkkk acho que a SWAT seria melhor reforзo #EuRi
Reply
#4

kkkkkkkkk
Sйrio mesmo?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)