Putting in Interior for Login
#9

pawn Код:
OnPlayerSpawn ( playerid )
{
  if ( gPlayerLogged [ playerid ] == 0 )
  {
    SetPlayerPos ( playerid , 100.0 , 1500.0 , 10.0 );
    SetPlayerInterior ( playerid , 0);
  }
}
NOTE: This will spawn you at a random coordinate.
Reply


Messages In This Thread
Putting in Interior for Login - by wilcock33 - 12.08.2009, 10:47
Re: Putting in Interior for Login - by WrathOfGenesis - 12.08.2009, 10:51
Re: Putting in Interior for Login - by wilcock33 - 12.08.2009, 10:52
Re: Putting in Interior for Login - by WrathOfGenesis - 12.08.2009, 10:53
Re: Putting in Interior for Login - by wilcock33 - 12.08.2009, 10:54
Re: Putting in Interior for Login - by wilcock33 - 12.08.2009, 11:02
Re: Putting in Interior for Login - by WrathOfGenesis - 12.08.2009, 11:06
Re: Putting in Interior for Login - by wilcock33 - 12.08.2009, 11:35
Re: Putting in Interior for Login - by WrathOfGenesis - 12.08.2009, 11:39
Re: Putting in Interior for Login - by wilcock33 - 12.08.2009, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)