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



Checkpoint - Sal_Kings - 05.08.2009

Код:
public OnPlayerEnterCheckpoint(playerid)
{
	return 1;
}

public OnPlayerLeaveCheckpoint(playerid)
{
	return 1;
}
what are they talking about ... What checkpoint?
So i can make my own checkpoints? How
mind explaining how to make a checkpoint once you walk in it you get 1$


Re: Checkpoint - clean180ollie - 05.08.2009

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


Re: Checkpoint - Sal_Kings - 05.08.2009

Quote:
Originally Posted by clean180ollie-NightLife RP
Thanks