[Ajuda] Agora Ferrou :(
#1

Ola DNV kkk Estou jб me sentindo mal de tanto pedir ajuda, Mas Segunda feira o GM tem que estar no Host e eu preciso de fechar com chave de ouro sem nenhum bug, mas tem um bug que nгo consigo arrumar de jeito nenhum, esse bug e o do /dominar que esta bugando na praзa do aero porto sгo 3 org que podem dominar-la Drifters,sons of anharchi e Policia federal todos conseguem menos a policia federal e nгo sei o que esta acontecendo sempre quando dou /domiar na PF fala que nгo esta em um territorio oque poderia ser Ajuda

Codigo:

pawn Код:
if(PlayerInfo[playerid][pMembro] == 11 || PlayerInfo[playerid][pLider] == 11)// PF
        {
            if(IsPlayerInEstacaoLV(playerid))
            {
                if(Dominando[playerid] == 1)
                {
                    MSGPLAYER(playerid, COLOR_GRAD5, "Vocк ja estб dominando um territorio.");
                    return 1;
                }
                if(GuerranaEstacaoLV == 1)
                {
                    MSGPLAYER(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 Federal estгo dominando a Praзa do Aero Porto!",playername);
                MSGPARATODOS(COR_PF, string);
                MSGPLAYER(playerid, COLOR_GRAD3, "Fique esperto, Todos os Mercenarios foram avisados!");
                MSGPLAYER(playerid, COLOR_GRAD5, "Espere 1 minuto para dominar estб area .");
                GangZoneFlashForAll(GZEstacaoLV,COR_PF);
                Dominando[playerid] = 1;
                ProvocoEstacaoLV[playerid] = 1;
                GuerranaEstacaoLV = 1;
                TempoGuerraEstacaoLV = SetTimerEx("GuerraEstacaoLV", 60000, 0, "i", playerid);
                return 1;
            }
            else
            {
                MSGPLAYER(playerid, COLOR_GRAD3, "Vocк nгo estб em nenhum territуrio!");
            }
            return 1;
        }
        if(PlayerInfo[playerid][pMembro] == 22 || PlayerInfo[playerid][pLider] == 22)//Sons of anarchy
        {
            if(IsPlayerInEstacaoLV(playerid))
            {
                if(Dominando[playerid] == 1)
                {
                    MSGPLAYER(playerid, COLOR_GRAD5, "Vocк ja estб dominando um territorio.");
                    return 1;
                }
                if(GuerranaEstacaoLV == 1)
                {
                    MSGPLAYER(playerid, COLOR_GRAD5, "Jб estб tendo uma guerra nesse territorio.");
                    return 1;
                }
                GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
                format(string, sizeof(string), "%s e os Sons of Anarchy estгo dominando a Praзa Do Aeroporto!",playername);
                MSGPARATODOS(COR_MR, string);
                MSGPLAYER(playerid, COLOR_GRAD3, "Fique esperto, a Policia Federal foram avisado!");
                MSGPLAYER(playerid, COLOR_GRAD5, "Espere 1 minuto para dominar estб area .");
                GangZoneFlashForAll(GZEstacaoLV,COR_MR);
                Dominando[playerid] = 1;
                ProvocoEstacaoLV[playerid] = 1;
                GuerranaEstacaoLV = 1;
                TempoGuerraEstacaoLV = SetTimerEx("GuerraEstacaoLV", 60000, 0, "i", playerid);
                return 1;
            }
            else
            {
                MSGPLAYER(playerid, COLOR_GRAD3, "Vocк nгo estб em nenhum territуrio!");
            }
            return 1;
        }
        if(PlayerInfo[playerid][pMembro] == 23 || PlayerInfo[playerid][pLider] == 23)//Drifters
        {
            if(IsPlayerInEstacaoLV(playerid))
            {
                if(Dominando[playerid] == 1)
                {
                    MSGPLAYER(playerid, COLOR_GRAD5, "Vocк ja estб dominando um territorio.");
                    return 1;
                }
                if(GuerranaEstacaoLV == 1)
                {
                    MSGPLAYER(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 Drifters estгo dominando a Praзa Do Aeroporto!",playername);
                MSGPARATODOS(COR_MS, string);
                MSGPLAYER(playerid, COLOR_GRAD3, "Fique esperto, Policia Federal foram avisado!");
                MSGPLAYER(playerid, COLOR_GRAD5, "Espere 1 minuto para dominar estб area .");
                GangZoneFlashForAll(GZEstacaoLV,COR_MS);
                Dominando[playerid] = 1;
                ProvocoEstacaoLV[playerid] = 1;
                GuerranaEstacaoLV = 1;
                TempoGuerraEstacaoLV = SetTimerEx("GuerraEstacaoLV", 60000, 0, "i", playerid);
                return 1;
            }
            else
            {
                MSGPLAYER(playerid, COLOR_GRAD3, "Vocк nгo estб em nenhum territуrio!");
            }
            return 1;
        }
Reply


Messages In This Thread
Agora Ferrou :( - by felipe_mr - 07.10.2012, 17:11
Re: Agora Ferrou :( - by felipe_mr - 08.10.2012, 22:35
Re: Agora Ferrou :( - by felipe_mr - 08.10.2012, 22:40
Re: Agora Ferrou :( - by FenixBorn - 08.10.2012, 22:55
Re: Agora Ferrou :( - by felipe_mr - 08.10.2012, 23:12
Re: Agora Ferrou :( - by felipe_mr - 08.10.2012, 23:14
Re: Agora Ferrou :( - by felipe_mr - 09.10.2012, 01:40
Re: Agora Ferrou :( - by Chefгo - 09.10.2012, 01:44
Re: Agora Ferrou :( - by felipe_mr - 09.10.2012, 01:48
Re: Agora Ferrou :( - by felipe_mr - 09.10.2012, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)