SA-MP Forums Archive
How To create 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)
+--- Thread: How To create Checkpoints? (/showthread.php?tid=482258)



How To create Checkpoints? - iSkate - 20.12.2013

I'm using Stevo's Gamemode SFCRRPG and i needed checkpoints, there are

new Float:checkCoords[MAX_POINTS][4] = {
and
new Float:checkpoints[MAX_POINTS][4] = {


i can give example


new Float:checkCoords[MAX_POINTS][4] = {
{-1623.6704,710.2758,-1595.5138,726.3750}, //SFPDEnt
and

new Float:checkpoints[MAX_POINTS][4] = {
{-1605.5288,712.4097,13.8714,3.0}, //SFPDEnt

They are not much same.
Please guys help me out, i need help.


Re: How To create Checkpoints? - Excelize - 20.12.2013

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

Use this for help, or this

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


Re: How To create Checkpoints? - iSkate - 20.12.2013

Thanks but actually it didn't help much, i just wanted to know what is the difference between these two. The Co-ordinates of both are different than each other.