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=376159)



Checkpoint Problem - Timmeyable - 09.09.2012

Hi,

i use Incognitos Streamer Plugin and i want to stream more then one checkpoint.
Look this video and you know my problem
[ame]http://www.youtube.com/watch?v=ceN8Enp4rBk[/ame]
Is it possible to show more then one checkpoint?

Tim


Re: Checkpoint Problem - ThePrograme - 09.09.2012

You got to post the script so anyone can help you


AW: Checkpoint Problem - Timmeyable - 09.09.2012

Only 3 lines:

new bjfpick1, bjfpick2;

OnGameModeInit:

bjfpick1 = CreateDynamicCP(-3628.5271,-3011.5378,9.3, 2.5, -1, -1, -1, 70.0);
bjfpick2 = CreateDynamicCP(-3623.1936,-3017.1362,9.3, 2.5, -1, -1, -1, 70.0);

//Nobody a Idea?