Respawning a Checkpoint
#1

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"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)