SA-MP Forums Archive
Multiple 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Multiple checkpoints (/showthread.php?tid=79143)



Multiple checkpoints - JoeDaDude - 25.05.2009

Hi,

I have 2 checkpoints,

One teleports into an interior
And another opens up a weapon menu

How do i split these 2 checkpoints?
For example

Checkpoint1 = Setplayerpos
Checkpoint2 = Showmenuforplayer

pawn Код:
OnPlayerEnterCheckpoint
if(Checkpoint1)
{
SetPlayerPos
else if(Checkpoint2)
{
ShowMenuForPlayer
Those are examples,
Can anyone help me, ty


Re: Multiple checkpoints - Backwardsman97 - 25.05.2009

You need a checkpoint streamer.