Posts: 445
Threads: 108
Joined: Apr 2014
Reputation:
0
how can i make checkpoint for robbery.
like
OnPlayerEnterCheckPoint(playerid)
{
if(cpid == robbery)
{
//bla bla bla
}
return 1;
}
can any one teach me?
Posts: 260
Threads: 4
Joined: Jun 2013
Reputation:
0
I never used the normal samp checkpoint stuff, I only used the streamer's checkpoint features, so I barely know anything about the actual pawn stuff of checkpoints. thanks for correcting.
Posts: 445
Threads: 108
Joined: Apr 2014
Reputation:
0
but streamer checkpoints only appear when we enough close to checkpoint!
Posts: 260
Threads: 4
Joined: Jun 2013
Reputation:
0
For that, you can increase the stream distance. instead of 100.0, a higher value like 1000.0
Posts: 1,241
Threads: 67
Joined: Dec 2013
Quote:
Originally Posted by danish007
but streamer checkpoints only appear when we enough close to checkpoint!
|
Use what ever you find good for you, All other things are suggestions, But you better choose streamer's.