SA-MP Forums Archive
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: CheckPoint (/showthread.php?tid=550317)



CheckPoint - nezo2001 - 12.12.2014

Hello,
I have a checkpoint. I want the checkpoint to still in the world but disapear from the rader on the map.
Please Help.


Re: CheckPoint - UltraScripter - 12.12.2014

it's because you use cpstream.inc right?
if yes
then try this :

pawn Код:
CPS_AddCheckpoint(x, y, z, 99999999, 3.5)'



Re: CheckPoint - nezo2001 - 12.12.2014

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
it's because you use cpstream.inc right?
if yes
then try this :

pawn Код:
CPS_AddCheckpoint(x, y, z, 99999999, 3.5)'
I have downloaded your include and put this put i got error and the script didn't compile


Re: CheckPoint - nezo2001 - 12.12.2014

Quote:
Originally Posted by ******
Посмотреть сообщение
You can't with the normal checkpoints, you need to do something like find a similar looking object.
How ??


Re: CheckPoint - UltraScripter - 12.12.2014

pawn Код:
CPS_AddCheckpoint(x, y, z, 99999999, 3.5);
sorry my bad i did ' and i should do ;