What's wrong?
#1

Hey, i don't know what's wrong with the code. Ir doesn't say this line:
pawn Код:
SendClientMessage(playerid,OBJECTIVE_COLOR,"Your team has captured this flag, you dont need to do this again.");
Here is the code:
pawn Код:
if(gTeam[playerid] == TEAM_BLUE || gTeam[playerid] == TEAM_GREEN)
       {
                        if(Checkpoint)
{
                        SendClientMessage(playerid,OBJECTIVE_COLOR,"Wait 20 seconds.");
                        captureTimer = SetTimerEx("SetZone",20000,false,"i",playerid);
}
                        else
                        {
                        SendClientMessage(playerid,OBJECTIVE_COLOR,"Your team has captured this flag, you dont need to do this again.");
                        }
             }
        return 1;
        }
Thanks guys for any help!
Reply


Messages In This Thread
What's wrong? - by Setkus - 04.02.2012, 08:42
Re: What's wrong? - by Cjgogo - 04.02.2012, 09:04
Re: What's wrong? - by Konstantinos - 04.02.2012, 09:07
Re: What's wrong? - by Finn - 04.02.2012, 09:09
Re: What's wrong? - by Setkus - 04.02.2012, 09:17
Re: What's wrong? - by Finn - 04.02.2012, 14:37
Re: What's wrong? - by Setkus - 04.02.2012, 17:06
Re: What's wrong? - by jamesbond007 - 04.02.2012, 17:19
Re: What's wrong? - by Setkus - 04.02.2012, 17:25

Forum Jump:


Users browsing this thread: 3 Guest(s)