03.02.2012, 15:44
Still the same problem. The error is in this line:
pawn Код:
if(gTeam[playerid] == TEAM_BLUE || TEAM_GREEN)
{
if(Checkpoint)
{
SendClientMessage(playerid,OBJECTIVE_COLOR,"Wait 20 seconds.");
captureTimer = SetTimerEx("SetZone",20000,false,"i",playerid);
else //here is the error I dont know what is wrong
{
SendClientMessage(playerid,OBJECTIVE_COLOR,"Your team has captured this flag, you dont need to do this again.");
}
}
}
return 1;
}