if(Team[playerid] != ASIA)
{
if(hittype == BULLET_HIT_TYPE_OBJECT)
{
if(IsPlayerInArea(playerid,1278.047851, -939.960571, 1374.047851, -819.960571))
{
if(hitid == Mec[playerid])
{
SetTimerEx("GettingBase", 12000, false, "i", playerid);
GangZoneFlashForPlayer(playerid,GZ_ZONE1,COLOR_RED);
}
}
}
}