SA-MP Forums Archive
multiple checkpoints - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: multiple checkpoints (/showthread.php?tid=174379)



multiple checkpoints - [Lsrcr]Rafa - 05.09.2010

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 !!!


Re: multiple checkpoints - Mean - 05.09.2010

You passed the limit, you need to use a streamer


Re: multiple checkpoints - willsuckformoney - 05.09.2010

get streamer midostreamer or F_Streamer


Re: multiple checkpoints - Kayla.S - 05.09.2010

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


Re: multiple checkpoints - iggy1 - 05.09.2010

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.


Re: multiple checkpoints - [Lsrcr]Rafa - 05.09.2010

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 !!!!


Re: multiple checkpoints - ipsBruno - 05.09.2010

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
};



Re: multiple checkpoints - [Lsrcr]Rafa - 05.09.2010

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


Re: multiple checkpoints - ipsBruno - 05.09.2010

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


Re: multiple checkpoints - [Lsrcr]Rafa - 05.09.2010

i dont want race check point