Checkpoint problem
#4

Try to do this:

Код:
public OnCheckpointEnter(playerid, checkpointid){
switch(checkpointid)
{

  case house: // The checkpoint ID we specified when we created the checkpoint
  {
    SetPlayerPos(playerid,225.4502,1024.7152,1084.0078);
    SetPlayerInterior(playerid,7);
    DisablePlayerCheckpoint(playerid);
  }
  case exit:
  {
    SetPlayerPos(playerid,2498.4055,-1644.3215,13.7826);
    SetPlayerInterior(playerid,0);
  }
}
return 1;
}
Reply


Messages In This Thread
Checkpoint problem - by [Bm]rap45 - 03.02.2010, 17:12
Re: Checkpoint problem - by [Bm]rap45 - 04.02.2010, 00:24
Re: Checkpoint problem - by mansonh - 04.02.2010, 04:02
Re: Checkpoint problem - by Blantas - 04.02.2010, 06:31
Re: Checkpoint problem - by [Bm]rap45 - 05.02.2010, 02:08

Forum Jump:


Users browsing this thread: 1 Guest(s)