Checkpoint
#1

I've never used checkpoints before, but you won't get teleported into LVPD when you enter the checkpoint?

pawn Код:
public OnCheckpointEnter(playerid, checkpointid)
{
    VerifyCheckpoint(playerid);

   
    switch(checkpointid)
    {
        case LVPD:
        {
            SetPlayerPos(playerid, 238.66, 138.68, 1003.02);
            SetPlayerInterior(playerid, 3);
            SetPlayerVirtualWorld(playerid, 1);
            return 1;
        }

    }
    return 1;
}
Reply


Messages In This Thread
Checkpoint - by TLN - 23.03.2014, 18:47
Re: Checkpoint - by Vince - 23.03.2014, 19:03
Re: Checkpoint - by MP2 - 23.03.2014, 19:09
Re: Checkpoint - by CutX - 23.03.2014, 19:20
Re: Checkpoint - by MP2 - 23.03.2014, 19:30
Re: Checkpoint - by Kar - 23.03.2014, 21:30
Re : Checkpoint - by TLN - 23.03.2014, 22:48
Re: Checkpoint - by TLN - 25.03.2014, 11:21
AW: Checkpoint - by Macronix - 25.03.2014, 13:10
Re: Checkpoint - by TLN - 25.03.2014, 16:26

Forum Jump:


Users browsing this thread: 5 Guest(s)