SA-MP Forums Archive
[HELP] CheckPoint - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] CheckPoint (/showthread.php?tid=506262)



[HELP] CheckPoint - monster010 - 12.04.2014

I have this script, and when i enter the checkpoint is don't have any effect, remains checkpoint on the map

pawn Код:
else if(CP[playerid] == 132)
    {
       if(IsAMailCar(playerid))
       {
            DisablePlayerCheckpoint(playerid);
            SetPlayerCheckpoint(playerid,1022.3156,-1123.5148,23.8699,5.0);
            CP[playerid] = 133;
        }
    }
    else if(CP[playerid] == 133)
    {
        if(IsAMailCar(playerid))
        {
            DisablePlayerCheckpoint(playerid);
            SetPlayerCheckpoint(playerid,974.1779,-1091.0627,24.2534,5.0);
            CP[playerid] = 134;
        }
    }
PS: I am in a car mailman !