SA-MP Forums Archive
Checkpoints [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: Checkpoints [HELP] (/showthread.php?tid=365374)



Checkpoints [HELP] - Sting. - 02.08.2012

I wanted to know whether is it possible to add your own named checkpoints? Example, on the top of your script you add:
Code:
new checkpoint1;
After that, OnPlayerSpawn, I add:
Code:
checkpoint1 == SetPlayerCheckpoint...blah blah....
Same at OnPlayerEnterCheckpoint.
Code:
if(PlayerEnterCheckpoint == checkpoint1 )) SetPlayerHealth (playerid, 0);
Does this exist? Giving your checkpoints name's so its easy to create?


Re: Checkpoints [HELP] - Sting. - 03.08.2012

Anyone? Please?


Re: Checkpoints [HELP] - [MM]RoXoR[FS] - 03.08.2012

To do like that you must use streamer.