Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
I have checkpoints made i just do not know how to add them? Can some one help me. I'm using it as a job thing so they have to drive through and stop(don't know how to make that either) and then just go, and at the end they get paid like 300$.
Posts: 141
Threads: 27
Joined: Jun 2009
Reputation:
0
i alway do
when he is in a checkpoint
if(isplayerinrangeofpoint(playerid,range,x,y,z))
{
//something...
}
BTW
dont copy this,i diddnt work with capslock
Posts: 364
Threads: 51
Joined: Aug 2009
Reputation:
0
You can make 2 timers, one that will TooglePlayerControleable(playerid,0); and one that will TooglePlayerControleable(playerid,1);
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
I'm sorry nevermind i figured it out thanks guys.