SA-MP Forums Archive
Counting Down Issue - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Counting Down Issue (/showthread.php?tid=468454)



Counting Down Issue - mini_mi - 08.10.2013

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;