What's wrong?
#7

I have shown it for you. Here:

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
        {
        if(gTeam[playerid] == TEAM_BLUE || gTeam[playerid] == TEAM_GREEN) // Guessing the Blue team is defined as this
       {
                        if(Checkpoint)
{
                        if (Language[playerid] == 2)
                        SendClientMessage(playerid,OBJECTIVE_COLOR,"Wait 12 seconds.");
                        if (Language[playerid] == 1)
                        SendClientMessage(playerid,OBJECTIVE_COLOR,"Palaukite 12 sekundziu.");
                        captureTimer = SetTimerEx("SetZone",12000,false,"i",playerid);
}
                        else
                        {
                        if (Language[playerid] == 2)
                        SendClientMessage(playerid,OBJECTIVE_COLOR,"Your team has captured this flag, you don't need to do this again.");
                        if (Language[playerid] == 1)
                        SendClientMessage(playerid,0xFF0000FF,"Jusu komanda jau uzeme sia veliava, todel to daryti dar karta nereikia.");
                        }
             }
        return 1;
        }
Well, you go on Checkpoint and it should say "wait 12 sec" and if your team has captured the Checkpoint it should say "Your team has captured this flag, you don't need to do this again." but it didn't saying it. So what's wrong? I don't understand...
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: 1 Guest(s)