SA-MP Forums Archive
[HELP] SetPlayerRoute? - 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: [HELP] SetPlayerRoute? (/showthread.php?tid=202526)



[HELP] SetPlayerRoute? - <Weponz> - 24.12.2010

How can i make SetPlayerCheckpoint into SetPlayerRoute so instead of it setting 1 checkpoint it makes 2 but after you go into the 1st checkpoint it disables and sets the next?

eg.

pawn Код:
SetPlayerCheckpoint(playerid, 000.000,000.000,000.000, 0);
to

pawn Код:
SetPlayerRoute(playerid, 000.000,000.000,000.000,111.111,111.111,111.111, 0);
??

Also so i can do stuff with the checkpoints under OnPlayerEnterCheckpoint

Any Help?

Thanks in Advanced.