new Checkpoint[MAX_PLAYERS];
SetPlayerCheckPoint(stuff);Checkpoint[playerid] = 1;
public OnPlayerEnterCheckpoint(playerid){ if(Checkpoint[playerid] == 1) { // stuff PlayerInfo[playerid][Checkpoint] = 0; } return 1;}