Interior Help - Gang Server
#6

If you want the players to spawn at Jefferson Motel when they connect to the server you need to put this at "OnPlayerSpawn", like this.
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerInterior(playerid, 15);
    SetPlayerPos(playerid, 2220.26, -1148.01, 1025.80);
    return 1;
}
Or if you need it in a command, just follow what gtakillerIV said
Reply


Messages In This Thread
Interior Help - Gang Server - by nicholas1 - 28.10.2012, 17:06
Re: Interior Help - Gang Server - by gtakillerIV - 28.10.2012, 17:12
Re: Interior Help - Gang Server - by nicholas1 - 28.10.2012, 17:14
Re: Interior Help - Gang Server - by gtakillerIV - 28.10.2012, 17:16
Re: Interior Help - Gang Server - by nicholas1 - 28.10.2012, 17:19
Re: Interior Help - Gang Server - by MarTaTa - 28.10.2012, 17:20
Re: Interior Help - Gang Server - by gtakillerIV - 28.10.2012, 17:22
Re: Interior Help - Gang Server - by nicholas1 - 28.10.2012, 17:33
Re: Interior Help - Gang Server - by nicholas1 - 28.10.2012, 17:35
Re: Interior Help - Gang Server - by gtakillerIV - 28.10.2012, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)