Posts: 4
Threads: 1
Joined: Jun 2008
Reputation:
0
How to make checkpoint of menu? plz help
Posts: 76
Threads: 9
Joined: Nov 2011
Reputation:
0
You want it to open a menu when someone enter's a checkpoint?
Posts: 188
Threads: 49
Joined: Jul 2011
Quote:
Originally Posted by rbcrp
You want it to open a menu when someone enter's a checkpoint?
|
Yes, i think he means that btw i need that too lol explain please :O
Posts: 253
Threads: 85
Joined: Jan 2011
Reputation:
0
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.
Posts: 76
Threads: 9
Joined: Nov 2011
Reputation:
0
Yes, what ^he said, just make a checkpoint variable and onplayerentercheckpoint use ShowPlayerDialog and there you go. and then OnPlayerExitCheckpoint you can disable the checkpoint if you like as well.