Is this possible??!
#6

I have already told you!

pawn Код:
#include        "a_samp"

public OnPlayerSpawn(playerid)
{
    SetPlayerCheckPoint(playerid, X, Y, Z, Size);
    // X, Y, Z - Coordinations of your Checkpoint.
    // Size - Size of checkpoint.
    return true;
}

public OnPlayerEnterCheckpoint(playerid)
{
    DisablePlayerCheckpoint(playerid);
    // ShowPlayerDialog(playerid, [...]);
    // Later you can create again next checkpoint. To make it more dynamic use Streamer Plugin.
    return true;
}
Reply


Messages In This Thread
Is this possible??! - by ServerRestart - 10.08.2011, 14:42
Re: Is this possible??! - by Riddick94 - 10.08.2011, 14:53
Re: Is this possible??! - by MadeMan - 10.08.2011, 14:53
Re: Is this possible??! - by ServerRestart - 10.08.2011, 14:54
Re: Is this possible??! - by ServerRestart - 10.08.2011, 15:31
Re: Is this possible??! - by Riddick94 - 10.08.2011, 15:35
Re: Is this possible??! - by ServerRestart - 10.08.2011, 15:50
Re: Is this possible??! - by Riddick94 - 10.08.2011, 15:54
Re: Is this possible??! - by ServerRestart - 10.08.2011, 15:55
Re: Is this possible??! - by [MG]Dimi - 10.08.2011, 15:59

Forum Jump:


Users browsing this thread: 1 Guest(s)