Posts: 237
Threads: 17
Joined: Jul 2010
Reputation:
0
Can I use the streamer plugin to make mission checkpoints? There's no way to SetPlayerCheckpoint AFAIK. Or does TogglePlayerDynamicCP do it? I mean that I should see the checkpoint across the map.
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
When using Incognito's streamer, you just do the CreateDynamicCP code, and as soon as you do that, players will see it. If you want it for one player, just do TogglePlayerDynamicCP and the checkpoint will immediately show, nothing else you need to do.
Why wouldn't you use SetPlayerCheckpoint? It can be used if you don't need to show multiple checkpoints. Streamer is better IMO, but you can use SetPlayerCheckpoint.
In short: yes, you can use the streamer plugin for mission checkpoints. I don't see why not.
Posts: 237
Threads: 17
Joined: Jul 2010
Reputation:
0
So.. if I have multiple checkpoints (lets say, one for the mission, one for shop entrance) and I start a mission. The mission checkpoint gets created. So if I do TogglePlayerDynamicCP, it will show even if the shop checkpoint is closer?