[HELP] CheckPoint
#1

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 !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)