Guys I Don't have any probleme in captured Zones Just One " Counting Down " i need one for my capture zones this is the format :
Код:
if(gTeam[playerid] == TEAM_TEAM1 && iCP[playerid] == BigEar)
{
GangZoneShowForAll(Zone[BigEar],GetPlayerColor(playerid));
new string[126], pName5[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName5,sizeof(pName5));
format(string,sizeof string,"*%s has captured BigEar for Team TEAM1",pName5);
SendClientMessageToAll(0x008000AA, string);
GangZoneStopFlashForAll(Zone[BigEar]);
tCP[BigEar] = TEAM_TEAM1;