07.07.2009, 20:02
To create the "red markers" A.K.A. checkpoints, you must use SetPlayerCheckpoint. When the player enters the checkpoint (IsPlayerInCheckpoint), you'll have to disable the old checkpoint (DisablePlayerCheckpoint), and create a new check point (SetPlayerCheckpoint).