Checkpoints?
#3

Quote:
Originally Posted by Adil
Посмотреть сообщение
pawn Код:
if(strcmp(cmdtext,"/cp",true,10)==0)
    {
        SetPlayerCheckpoint(playerid, 0.0, 0.0, 0.0, 3);
        return 1;
    }
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    DisablePlayerCheckpoint(playerid);
    SendClientMessage(playerid,0xFFFFFFFF,"Congratz, you made it to the checkpoint");
    return 1;
}
thanks but what does the last 3 in this line means
Код:
	    SetPlayerCheckpoint(playerid, 0.0, 0.0, 0.0, 3);
Reply


Messages In This Thread
Checkpoints? - by ls200 - 08.07.2010, 16:34
Re: Checkpoints? - by Adil - 08.07.2010, 16:39
Re: Checkpoints? - by ls200 - 08.07.2010, 16:41
Re: Checkpoints? - by BP13 - 08.07.2010, 16:43
Re: Checkpoints? - by Adil - 08.07.2010, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)