SA-MP Forums Archive
Checkpoint Problem - 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 Problem (/showthread.php?tid=319936)



Checkpoint Problem - Ashley - 20.02.2012

Hello,

For some reason, when creating a checkpoint when using Incognito's Streamer Plugin (https://sampforum.blast.hk/showthread.php?tid=102865).. the checkpoints don't appear where they're supposed to be?

For example,
pawn Код:
CreateDynamicCP(36.3561,1503.1702,21.2628, 2, -1, -1, -1, 100);
That makes the CP at ground level within the SA Map, when the CP is supposed to be on a custom map (car park) I've made..

This is the position I got it from using /save.
AddPlayerClass(287,36.3561,1503.1702,21.2628,233.0 499,0,0,0,0,0,0); // Checkpoint Location

Does anybody have any ideas?

Thanks in advance.


Re: Checkpoint Problem - MP2 - 20.02.2012

AFAIK checkpoints have issues with custom objects. Try a pickup.


AW: Re: Checkpoint Problem - Drebin - 21.02.2012

Quote:
Originally Posted by MP2
Посмотреть сообщение
AFAIK checkpoints have issues with custom objects. Try a pickup.
^This. Checkpoints "fall" through custom objects. If you create checkpoints on custom mapped objects, the checkpoints will be on the heigth of the original objects. If you create objects above the sea, checkpoints will be on the sea level.