19.05.2009, 23:34
How do I make a checkpoint re-appear when already entered?
This is what I have. But I need it to re-appear.
Nevermind.. it's fixed now. Just remake them on "Onplayerleavecheckpoint"
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; } |

