SA-MP Forums Archive
Checkpoint issues over the custom maps. - 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: Checkpoint issues over the custom maps. (/showthread.php?tid=491546)



Checkpoint issues over the custom maps. - JaKe Elite - 31.01.2014

So,
I've a custom map, This custom map is built for bombing.
Now in the checkpoint, i've made a function that will start counting, and if it reaches 0 it will bomb that area.

However, The checkpoint i've made doesn't seem to go to it's position properly, The checkpoint is below the custom map, the sea. Is there any solution for this?

pawn Код:
SetPlayerCheckpoint(playerid, -1939.6643,1457.5973,47.5006, 7.0);



Re: Checkpoint issues over the custom maps. - Misiur - 31.01.2014

https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint

Read the red marked box - It's known issue.


Re: Checkpoint issues over the custom maps. - JaKe Elite - 31.01.2014

Thanks, i've found an idea.

I will create a checkpoint, (it will be on the sea) and the pickup will function as the checkpoint, thanks.