multiple checkpoints
#1

hello guy si wanna add some checkpoints in some locations and am truing but when i will add 2 checkpoint just one showed me...
so please soem1 tell me what to download or can in pawn code.....
Thanks !!!
Reply
#2

You passed the limit, you need to use a streamer
Reply
#3

get streamer midostreamer or F_Streamer
Reply
#4

I'm assuming you're using "SetPlayerCheckpoint"? If so that's why you can only see one checkpoint. SA-MP can only handle one checkpoint. So you will need to use a checkpoint streamer so you can have multiple checkpoints. I'm currently using this one.

If you decide to use this one, feel free to ask me anything, if you're stuck with it.

https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#5

Even streamers stream 1 checkpoint a time (the closest one) i know thats the case with incognito's streamer anyway.

EDIT: Also you can have multiple checkpoints with the standard functions you just have to use IsPlayerInRangeOfPoint.
Reply
#6

ok how i can use that streamer some1 show me exsample to can work on it btw i want to make onplayerentercheckpoit - teleport or some dialog menu with teleports so please help !!!!
Reply
#7

Use my Tutorial

https://sampforum.blast.hk/showthread.php?tid=167377

CheckPoints in Array

Example:
pawn Код:
new Float:Check[][] =//Number Checks
{
    {1812.910522, -2072.539551, 14.226851},//Vнrgula
    {1679.7358,-2279.6406,13.5262}//sem Virgula
};
Reply
#8

ok dude how to make what to stay in that location (redcheckpoint, arrow, etc etc... ) :S
Reply
#9

Look my Tut..

https://sampforum.blast.hk/showthread.php?tid=167377

Quote:

SetPlayerRaceCheckpoint(playerid,1,Check[1][0], Check[1][1], Check[1][2], Checkpoints[2][0], Check[2][1], Check[2][2], 10);/

And Look Wiki SAMP
Reply
#10

i dont want race check point
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)