SA-MP Forums Archive
Dynamic Checkpoint Limit? - 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: Dynamic Checkpoint Limit? (/showthread.php?tid=304813)



Dynamic Checkpoint Limit? - Tee - 19.12.2011

What is the limit for Dynamic Checkpoints?


Re: Dynamic Checkpoint Limit? - coole210 - 20.12.2011

Max map icons: 100
Max pickups: 400
Max checkpoints: 1

Don't really know what you mean by dynamic checkpoints..


Re: Dynamic Checkpoint Limit? - Tee - 20.12.2011

Max amount of checkpoints that you can create with a streamer, example: Incognito's Streamer.


Re: Dynamic Checkpoint Limit? - JamesC - 20.12.2011

There is "no" maximum. The only thing you need to remember is that the player can only see one checkpoint at a time.


Re: Dynamic Checkpoint Limit? - Tee - 20.12.2011

Yea, I know but there's a filterscript somewhere on the forums that allows you to see up to (I think it's 20) checkpoints at a time. Anyway, thanks!


Re: Dynamic Checkpoint Limit? - XFlawless - 20.12.2011

Quote:
Originally Posted by Tee
Посмотреть сообщение
Yea, I know but there's a filterscript somewhere on the forums that allows you to see up to (I think it's 20) checkpoints at a time. Anyway, thanks!
pawn Код:
native CreateDynamicRaceCP(type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
You can stream check point as they pass through it. There's no limit for checkpoint if you are using streamer.