[Resovled] Cant Spawn In Buildings
#6

Quote:
Originally Posted by am0k
go to Unity station
do /interior to see in wich interior you are.
you need to do SetPlayerInterior(playerid, interior) at OnplayerSpawn()

this way he will spawn in the interior not in the air
but if you use Spawnplayer(playerid) somewhere else do not forget players is set to spawn in an interior
Код:
public OnPlayerSpawn(playerid)
{

  SetPlayerPos(playerid, 2227.1917,-1150.5311,1025.7969); 
  SetPlayerInterior(playerid, 2);
	return 1;
}
How to i know what /interior i should use ?
Reply


Messages In This Thread
[Resovled] Cant Spawn In Buildings - by KennethHoegh - 17.02.2009, 17:23
Re: Cant Spawn In Buildings - by BeckzyBoi - 17.02.2009, 17:33
Re: Cant Spawn In Buildings - by KennethHoegh - 17.02.2009, 18:26
Re: Cant Spawn In Buildings - by KennethHoegh - 18.02.2009, 07:29
Re: Cant Spawn In Buildings - by am0k - 18.02.2009, 08:01
Re: Cant Spawn In Buildings - by KennethHoegh - 18.02.2009, 09:35
Re: Cant Spawn In Buildings - by BeckzyBoi - 18.02.2009, 11:55
Re: Cant Spawn In Buildings - by KennethHoegh - 18.02.2009, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)