How to Make a Red marker Checkpoint [HELP]
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid,X,Y,Z,CHECKPOINTSIZE);
}

public OnPlayerEnterCheckpoint(playerid)
{
    DisablePlayerCheckpoint(playerid);
    return 1;
}
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
if you want make alot of checkpoints use streamer:

https://sampforum.blast.hk/showthread.php?tid=102865
Reply


Messages In This Thread
How to Make a Red marker Checkpoint [HELP] - by Mario™ - 09.02.2012, 04:44
Re: How to Make a Red marker Checkpoint [HELP] - by V_LOPE - 09.02.2012, 04:50
Re: How to Make a Red marker Checkpoint [HELP] - by Mario™ - 09.02.2012, 04:51
Re: How to Make a Red marker Checkpoint [HELP] - by V_LOPE - 09.02.2012, 04:53
Re: How to Make a Red marker Checkpoint [HELP] - by Mario™ - 09.02.2012, 04:53
Re: How to Make a Red marker Checkpoint [HELP] - by V_LOPE - 09.02.2012, 05:13

Forum Jump:


Users browsing this thread: 1 Guest(s)