Markers
#5

for checking if they're in a CP:

pawn Код:
CMD:something(playerid,params[])
{
    if(IsPlayerInCheckpoint(playerid)) //they are
    {
        //code
    }
    else //they arent
    {
        //code
    }
    return 1;
}
The size of the checkpoint:

pawn Код:
SetPlayerCheckpoint(playerid, x, y, z, size)
The last parameter.

I reccomend using a streamer though. Since

Quote:

Checkpoints are asynchronous, meaning only one can be shown at a time. To 'stream' checkpoints (only show them when players are close enough), use a checkpoint streamer.

Incognitos does this iirc
Reply


Messages In This Thread
Markers - by Bek_Loking - 18.06.2014, 20:10
Re: Markers - by DobbysGamertag - 18.06.2014, 20:13
Re: Markers - by Bek_Loking - 18.06.2014, 20:24
Re: Markers - by Konstantinos - 18.06.2014, 20:28
Re: Markers - by DobbysGamertag - 18.06.2014, 20:30
Re: Markers - by XStormiest - 18.06.2014, 20:34

Forum Jump:


Users browsing this thread: 2 Guest(s)