Is this alright?
#8

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    if(Player[playerid][CPSET] == 1)
    {
        SendClientMessage(playerid, WHITE, "You must deliver the products to the delivery point.");
        DisablePlayerCheckpoint(playerid);
        SetPlayerCheckpoint(playerid, x, y, z, size);
        Player[playerid][CPSET] = 2;
    }
    else if(Player[playerid][CPSET] == 2)
    {
        SendClientMessage(playerid, WHITE, "Well done, you have completed the trucking side-job.");
        DisablePlayerCheckpoint(playerid);
        Player[playerid][CPSET] = 0;
    }
    return 1;
}
I see no reason to use a streamer here.
Reply


Messages In This Thread
Is this alright? - by iGetty - 04.08.2011, 15:14
Re: Is this alright? - by Calgon - 04.08.2011, 15:35
Re: Is this alright? - by iGetty - 04.08.2011, 15:39
Re: Is this alright? - by grand.Theft.Otto - 04.08.2011, 15:43
Re: Is this alright? - by iGetty - 04.08.2011, 15:44
Re: Is this alright? - by grand.Theft.Otto - 04.08.2011, 15:47
Re: Is this alright? - by iGetty - 04.08.2011, 15:59
Re: Is this alright? - by MadeMan - 04.08.2011, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)