SA-MP Forums Archive
dynamic Checkpoint now showing [help] - 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 now showing [help] (/showthread.php?tid=506717)



dynamic Checkpoint now showing [help] - iThePunisher - 14.04.2014

need help cp now showing
here is the position i wanted to put the cp i have code when i /save in game
pawn Код:
AddPlayerClass(293,1997.8553,-2409.9595,13.8953,90.8656,0,0,0,0,0,0); //
and this is what i added
pawn Код:
garagein = CreateDynamicCP(-1997.5847, -2408.2903, 13.8953, 2.0, -1,-1,-1,100.0);
but that isnt showing in game so can anyone help?


Re: dynamic Checkpoint now showing [help] - iRaiDeN - 14.04.2014

you load the plugin 'streamer'?


Re: dynamic Checkpoint now showing [help] - iThePunisher - 14.04.2014

yeah


Re: dynamic Checkpoint now showing [help] - AphexCCFC - 14.04.2014

Post your code where you want the dynamic checkpoint to be called.


Re: dynamic Checkpoint now showing [help] - Dignity - 14.04.2014

pawn Код:
garagein = CreateDynamicCP(-1997.5847, -2408.2903, 13.8953, 2.0, 0, 0, -1, 100.0);
Try this. Also, remember that the "100.0" indicates the range for the checkpoint to show. If you're not close enough, it won't show up.