One problem with parkour mission
#5

pawn Код:
SetTimer("pradekime",60*1000,0);
pawn Код:
public pradekime()
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(!IsPlayerConnected(i)) continue;
        SendClientMessage(i, COLOR_GREEN,"Skaiиiuojamas laikas..");
        SetCameraBehindPlayer(i);
        TogglePlayerControllable(i,0);
        Motocountdown[i] = 6;
        SetPlayerRaceCheckpoint(i,0,racecheckpoints[0][0],racecheckpoints[0][1],racecheckpoints[0][2],racecheckpoints[1][0],racecheckpoints[1][1],racecheckpoints[1][2],10);
        DisablePlayerCheckpoint(i);
    }
}
Reply


Messages In This Thread
One problem with parkour mission - by Mantux94 - 26.08.2010, 12:44
Re: One problem with parkour mission - by Brian_Furious - 26.08.2010, 12:46
Re: One problem with parkour mission - by Mantux94 - 26.08.2010, 12:53
Re: One problem with parkour mission - by Mantux94 - 26.08.2010, 14:33
Re: One problem with parkour mission - by woot - 26.08.2010, 14:37
Re: One problem with parkour mission - by Mantux94 - 26.08.2010, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)