07.01.2012, 03:05
Make a global variable named "checkpoint1"
When you create your checkpoint, do it like this: checkpoint1 = CreateCheck....
And under OnPlayerEnterCheckpoint (or something like this)
make a check if checkpointid = checkpoint1
and in the if statement place ShowPlayerDialog...
Wiki all those stuff, it's easy.
When you create your checkpoint, do it like this: checkpoint1 = CreateCheck....
And under OnPlayerEnterCheckpoint (or something like this)
make a check if checkpointid = checkpoint1
and in the if statement place ShowPlayerDialog...
Wiki all those stuff, it's easy.