SA-MP Forums Archive
How to know who's at the 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to know who's at the checkpoint? (/showthread.php?tid=86502)



How to know who's at the checkpoint? - krawN - 14.07.2009

Hey.

I created a checkpoint, but how I can know who is there? At the checkpoint.

Thanks


Re: How to know who's at the checkpoint? - Donny_k - 14.07.2009

pawn Code:
public OnPlayerEnterCheckpoint( playerid )
{
  return 1;
}
Use that callback or the 'Race' ones for race checkpoints.


Re: How to know who's at the checkpoint? - Correlli - 14.07.2009

https://sampwiki.blast.hk/wiki/IsPlayerInCheckpoint