09.02.2012, 04:50
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid,X,Y,Z,CHECKPOINTSIZE);
}
public OnPlayerEnterCheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
return 1;
}
if you want make alot of checkpoints use streamer:
https://sampforum.blast.hk/showthread.php?tid=102865