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



Respawning a Checkpoint - Snyper - 19.05.2009

How do I make a checkpoint re-appear when already entered?

This is what I have. But I need it to re-appear.

Quote:

public OnPlayerEnterStreamedCheckpoint(playerid,streamid)
{
if(streamid == PH1)
{
SetPlayerPos(playerid,1427.1873,-1479.7292,125.3672);
}
return 1;
}

Nevermind.. it's fixed now. Just remake them on "Onplayerleavecheckpoint"