05.12.2009, 00:20
Quote:
Originally Posted by Studio
Ok, i found out how. How do you remove a checkpoint when you're there.
|
pawn Код:
public OnPlayerEnterStreamedCheckpoint(playerid, streamid)
{
return 1;
}
pawn Код:
DestroyCheckpoint(cPid); //Destroys a checkpoint.