SA-MP Forums Archive
OnPlayerEnterCheckpoint Help :D - 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: OnPlayerEnterCheckpoint Help :D (/showthread.php?tid=488851)



OnPlayerEnterCheckpoint Help :D - moustafa0550 - 19.01.2014

Can Any One Tell Me How To Make With Commands
Quote:

public OnPlayerEnterCheckpoint ( playerid )
{

i Have Checkpoints
PHP код:
SetPlayerCheckpoint(playerid,-1457.308227,1488.5870367.101562,1.0);
SetPlayerCheckpoint(playerid,-1431.015991,1490.5340577.101562,1.0);
SetPlayerCheckpoint(playerid,-1402.061401,1487.0380857.101562,1.0);
SetPlayerCheckpoint(playerid,-1382.539794,1480.6831058.562500,1.0);
SetPlayerCheckpoint(playerid,-1377.263305,1492.69299311.203125,1.0);
SetPlayerCheckpoint(playerid,-1392.588745,1482.9086911.867187,1.0);
SetPlayerCheckpoint(playerid,-1432.917114,1483.1257321.867187,1.0);
SetPlayerCheckpoint(playerid,-1427.903686,1490.1741941.867187,1.0);
SetPlayerCheckpoint(playerid,-1392.867065,1496.2770991.873473,1.0);
SetPlayerCheckpoint(playerid,-2401.261962,2306.602294, -0.756089,1.0); 



Re: OnPlayerEnterCheckpoint Help :D - Sojo12 - 19.01.2014

You cant enter a checkpoint with a command you can enter it with a command without the checkpoint.


Re: OnPlayerEnterCheckpoint Help :D - moustafa0550 - 19.01.2014

its not work with command only its can i see 1 checkpoints only i want made it onplayerentercheckpoints to can goto all checkpoints


Re: OnPlayerEnterCheckpoint Help :D - Chenko - 20.01.2014

You can only show one checkpoint at a time with SetPlayerCheckpoint.