Finding interior id and coords (MapEditor)
#8

The best way to find it out is testing

pawn Код:
OnPlayerText(playerid, text[])
{
  if(strcmp(text, "takeme", true) == 0)
  {
    SetPlayerInterior(playerid, 5);
    SetPlayerPos(playerid, 246.1914, 1112.5812, 1085.0160);
    SendClientMessage(playerid, COLOR, "Is this the interior you wanted to see?");
    return 0;
  }
  return 1;
}
You don't need to use what I posted above but that's a fast solution (testing).
Reply


Messages In This Thread
Finding interior id and coords (MapEditor) - by Dolph - 04.02.2010, 20:27
Re: Finding interior id and coords (MapEditor) - by ev0lution - 05.02.2010, 03:33
Re: Finding interior id and coords (MapEditor) - by Dolph - 05.02.2010, 15:49
Re: Finding interior id and coords (MapEditor) - by Fedee! - 05.02.2010, 15:59
Re: Finding interior id and coords (MapEditor) - by Dolph - 05.02.2010, 17:28
Re: Finding interior id and coords (MapEditor) - by CrucixTM - 05.02.2010, 17:33
Re: Finding interior id and coords (MapEditor) - by Dolph - 05.02.2010, 17:36
Re: Finding interior id and coords (MapEditor) - by Miguel - 05.02.2010, 19:11
Re: Finding interior id and coords (MapEditor) - by Dolph - 06.02.2010, 12:50

Forum Jump:


Users browsing this thread: 2 Guest(s)