[Help] CheckPoints - 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: [Help] CheckPoints (
/showthread.php?tid=280519)
[Help] CheckPoints -
Trol_Patrol - 01.09.2011
Hello, I am using stream plugin and I am using in "CreateDynamicCP"
Now It works fine but when I enter the checkpoint the checkpoint disappeards and then I have to go somewhere else, come back and It will show again.
any help ?
Re: [Help] CheckPoints -
Toreno - 01.09.2011
No one is going to help you this way, it's not like we are wizards or something.
We need to see a code which will direct to your main problem and we will help you.
Show, perhaps... whenever it creates the checkpoint and callback on player enters check point.
Re: [Help] CheckPoints -
iMonk3y - 01.09.2011
Hmmm... so you want chekcpoint gone after you enter it? yes?
pawn Код:
DestroyDynamicCP(checkpointid);
Maybe that's what you're looking for?
Re: [Help] CheckPoints -
Trol_Patrol - 01.09.2011
No, I don't want the checkpoint to gone, I want him to stay.