[ajuda] GZ
#1

pawn Код:
forward Checkp(playerid);
public Checkp(playerid)
{
    if(ladrao[playerid])
    {
        if(IsPlayerInCheckpoint(playerid) && IsPlayerInRangeOfPoint(playerid, 2, 1204.2378, 2791.3430, 10.8203))
        {
            GangZoneStopFlashForAll(police);
            SendClientMessageToAll(-1, "Os Ladrхes dominaram uma area");
            dominando[0] = 0;
            gz[0] = 1;
            return 1;
        }
        else if(IsPlayerInCheckpoint(playerid) && IsPlayerInRangeOfPoint(playerid, 2,1363.3153, 2777.4819, 10.8203))
        {
            GangZoneStopFlashForAll(terror);
            SendClientMessageToAll(-1, "Os Ladrхes dominaram uma area");
            dominando[1] = 0;
            gz[1] = 1;
            return 1;
        }
        else
        {
            if(gangzone[playerid] == 1)
            {
                GangZoneShowForAll(police, 0x0000FF96);
                SendClientMessage(playerid, -1, "[BDP] Vocк nгo conseguiu dominar a area");
                SendClientMessageToAll(-1, "[BDP] Os Ladrхes nгo conseguiram dominar a area");
                dominando[0] = 0;
                return 1;
            }
            else if(gangzone[playerid] == 2)
            {
                GangZoneShowForAll(terror, 0xFF000096);
                SendClientMessage(playerid, -1, "[BDP] Vocк nгo conseguiu dominar a area");
                SendClientMessageToAll(-1, "[BDP] Os Ladrхes nгo conseguiram dominar a area");
                dominando[1] = 0;
                return 1;
            }
        }
        return 1;
    }
    else if(policia[playerid])
    {
        if(IsPlayerInCheckpoint(playerid) && IsPlayerInRangeOfPoint(playerid, 2, 1363.3153, 2777.4819, 10.8203))
        {
            GangZoneStopFlashForAll(terror);
            SendClientMessageToAll(-1, "Os Policiais dominaram uma area");
            dominando[1] = 0;
            gz[1] = 0;
            return 1;
        }
        else if(IsPlayerInCheckpoint(playerid) && IsPlayerInRangeOfPoint(playerid, 2, 1204.2378, 2791.3430, 10.8203))
        {
            GangZoneStopFlashForAll(police);
            SendClientMessageToAll(-1, "Os Policiais dominaram uma area");
            dominando[0] = 0;
            gz[0] = 0;
            return 1;
        }
        else
        {
            if(gangzone[playerid] == 1)
            {
                GangZoneShowForAll(police, 0x0000FF96);
                SendClientMessage(playerid, -1, "[BDP] Vocк nгo conseguiu dominar a area");
                SendClientMessageToAll(-1, "[BDP] Os Policiais nгo conseguiram dominar a area");
                dominando[0] = 0;
                return 1;
            }
            else if(gangzone[playerid] == 2)
            {
                GangZoneShowForAll(terror, 0xFF000096);
                SendClientMessage(playerid, -1, "[BDP] Vocк nгo conseguiu dominar a area");
                SendClientMessageToAll(-1, "[BDP] Os Policiais nгo conseguiram dominar a area");
                dominando[1] = 0;
                return 1;
            }
        }
        return 1;
    }
    return 1;
}
a gz nгo para de piscar msm depois de dominada, GangZoneStopFlashForAll(terror)
Reply
#2

Tenta coloca para, parar com settime.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)