Posts: 227
Threads: 62
Joined: Nov 2009
Reputation:
0
So if the player is in the race, only they will see the checkpoint.
Posts: 40
Threads: 2
Joined: Oct 2010
Reputation:
0
Yes zack, that will only show the checkpoint to the players having the PVarInt "InRace" set to 1
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Using a PVar would work, but I don't recommend using a PVar for races - they're slower and inefficient. Just use a variable..
Posts: 227
Threads: 62
Joined: Nov 2009
Reputation:
0
Well i am using the streamer by Ingocnito, and it creates the checkpoints on a dialog. How to use the variable there?