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



Dynamic Checkpoint - Ryan50 - 15.02.2017

Can anyone give me a example dynamic Checkpoint. cause i want to use dynamic cp. i tried to find one but none are good codes


Re: Dynamic Checkpoint - ISmokezU - 15.02.2017

Examples Simply by Searching...

Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);



Re: Dynamic Checkpoint - Ryan50 - 15.02.2017

Quote:
Originally Posted by ISmokezU
Посмотреть сообщение
Examples Simply by Searching...

Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
Hmm. where the full code of it tho. like enter and leave, destory

+ i'm using a array for mission


It's not showing in-game.
Код:
CreateDynamicCP(test[rand][x], test[rand][y], test[rand][z], 10, -1, -1, -1, 100.0);