LeaveDynamicArea
#3

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
Try it like this
pawn Код:
if(areaid == MariaBeach)
    {
        if(zUnderAttack[MariaBeach] == 1)
        {
            new count;
            for(new i; i< MAX_PLAYERS; i++) if(IsPlayerConnected(i) && IsPlayerInDynamicArea(i, MariaBeach) && gTeam[i] == gTeam[playerid]) count++;

            if(count < 2)
            {
                zUnderAttack[MariaBeach] = 0;
                GangZoneStopFlashForAll(GangZone[MariaBeach]);
                KillTimer(tBarTimer[i]);
                KillTimer(ZTimer[i][MariaBeach]);
                captureTime[i]= 0;
                PlayerTextDrawHide(i, Bar);
                SendClientMessage(i, -1,"not enough members turf cancled.");
            }
        }
        return 1;
    }
i have done that but sadly its the same and the more disturbing thing is even enemy group members leaves the area capturing stops

please help me
Reply


Messages In This Thread
LeaveDynamicArea - by SalmaN97 - 02.08.2015, 00:31
Re: LeaveDynamicArea - by xVIP3Rx - 02.08.2015, 01:17
Re: LeaveDynamicArea - by SalmaN97 - 02.08.2015, 03:10
Re: LeaveDynamicArea - by jamesbond007 - 02.08.2015, 04:04
Re: LeaveDynamicArea - by SalmaN97 - 02.08.2015, 04:41
Re: LeaveDynamicArea - by jamesbond007 - 02.08.2015, 05:03
Re: LeaveDynamicArea - by SalmaN97 - 02.08.2015, 05:12
Re: LeaveDynamicArea - by xVIP3Rx - 02.08.2015, 05:51
Re: LeaveDynamicArea - by SecretBoss - 02.08.2015, 05:56
Re: LeaveDynamicArea - by SalmaN97 - 02.08.2015, 07:10

Forum Jump:


Users browsing this thread: 1 Guest(s)