Checkpoints?
#2

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;
}
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)