Posts: 227
Threads: 62
Joined: Nov 2009
Reputation:
0
I want to make a checkpoint so when players walk in they are teleported to the next one.
Posts: 105
Threads: 28
Joined: Aug 2009
Reputation:
0
Create a new checkpoint with SetPlayerCheckpoint and then use the OnPlayerEnterCheckpoint callback to teleport the player when he steps inside the checkpoint. If still not clear PM me.