Posts: 1,676
Threads: 44
Joined: Aug 2010
Reputation:
0
Find SetPlayerCheckpoint and deleted it.
Posts: 202
Threads: 5
Joined: Mar 2014
Reputation:
0
Can you do remove them it one by one? And if it is not the one then redo. I think this is only the solution.
Posts: 1,767
Threads: 124
Joined: Mar 2010
Go to the checkpoint and try to stand in center of it and check your coordinations. You can compare X, Y (of your position) to the checkpoints you have got in your gamemode, or simply check Z height of both positions. That SHOULD be your checkpoint.
Otherwise, try commenting SetPlayerCheckpoint lines in your gamemode, and check in game.
P.S
That's why you should've ALWAYS comment everything what seems to be important.