Posts: 234
Threads: 24
Joined: Mar 2010
Reputation:
0
I made a truck driving job earlier, and I need to know how to make it so when a player enters a checkpoint, it tells them to go to another checkpoint, and then when they enter that checkpoint, it gives them money. How do I make it so when a player enters different checkpoints, it does different stuff?
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
have the checkpoint assigned to a variable and then onplayerentercheckpoint check which id the player has entered, then you can get rid of that checkpoint and create a new one for that player
Posts: 1,233
Threads: 269
Joined: Oct 2008
Reputation:
0
nirvan try like this,when player enter the checkpoint,than it say SendClientMessage(lllll,llll,"Deliver this packages to (location)";than make
create checkpoint .... something like this its not hard
Posts: 234
Threads: 24
Joined: Mar 2010
Reputation:
0
This wasn't very helpful.