Checkpoint help
#6

Try disabling the CPs you passed

pawn Code:
if(CPP[playerid] == 1) // Drivers License Test
    {
        if(IsPlayerInRangeOfPoint(playerid,5,-2047.0905,-78.3515,34.9040)) // Checkpoint 1
        {
              DisablePlayerCheckPoint(playerid);
              SetPlayerCheckpoint(playerid,-2498.0962,-45.2208,25.3028,5);
        }
        else if(IsPlayerInRangeOfPoint(playerid,5,-2498.0962,-45.2208,25.3028)) // Checkpoint 2
        {
            DisablePlayerCheckPoint(playerid);
            SetPlayerCheckpoint(playerid,-2708.8442,-57.1813,3.9125,5);
        }
        else if(IsPlayerInRangeOfPoint(playerid,5,-2708.8442,-57.1813,3.9125)) // Checkpoint 3
        {
            DisablePlayerCheckPoint(playerid);
            SetPlayerCheckpoint(playerid,-2790.4324,-213.4636,6.7723,5);
        }
        else if(IsPlayerInRangeOfPoint(playerid,5,-2790.4324,-213.4636,6.7723)) // Checkpoint 4
        {
            DisablePlayerCheckPoint(playerid);
            SetPlayerCheckpoint(playerid,-2263.2546,-90.4397,34.9045,5);
        }
        else if(IsPlayerInRangeOfPoint(playerid,5,-2263.2546,-90.4397,34.9045)) // Checkpoint 5
        {
            DisablePlayerCheckPoint(playerid);
            SetPlayerCheckpoint(playerid,-2152.2449,-73.2008,34.9064,5);
        }
        else if(IsPlayerInRangeOfPoint(playerid,5,-2152.2449,-73.2008,34.9064)) // Checkpoint 6
        {
            DisablePlayerCheckPoint(playerid);
            SetPlayerCheckpoint(playerid,-2067.7107,-97.8147,34.9002,5);
        }
Reply


Messages In This Thread
Checkpoint help - by Gaurav_Rawat - 02.03.2013, 03:48
Re: Checkpoint help - by =WoR=Varth - 02.03.2013, 03:55
Re: Checkpoint help - by Gaurav_Rawat - 02.03.2013, 04:45
Re: Checkpoint help - by JaKe Elite - 03.03.2013, 02:53
Re: Checkpoint help - by Gaurav_Rawat - 03.03.2013, 07:29
Re: Checkpoint help - by L.Hudson - 03.03.2013, 07:57
Re: Checkpoint help - by Gaurav_Rawat - 03.03.2013, 08:03
Re: Checkpoint help - by L.Hudson - 03.03.2013, 08:06
Re: Checkpoint help - by Gaurav_Rawat - 04.03.2013, 10:48
Re: Checkpoint help - by Threshold - 04.03.2013, 10:56

Forum Jump:


Users browsing this thread: 1 Guest(s)