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



Checkpoints - Abernethy - 13.06.2009

How do I create checkpoints which return an ID. Just guessing. I need to add numerous checkpoint effects is the problem.

pawn Код:
new Checkpoint:eg;
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
     if (checkpoint == eg)
     {
// effect
     }
    return 1;
}



Re: Checkpoints - CracK - 13.06.2009

Use a streamer...