Posts: 211
Threads: 13
Joined: Nov 2012
Reputation:
0
How can i set factions's interiors ?
I've tried put using interiors IDs, replacing all entrances on the GM, but when i try enter by the door, character is teleported to sky, and fall ...
There is something about virtual world, another mistake, or thing that i had forgot?
Thanks for support guys
Posts: 98
Threads: 24
Joined: Jun 2009
Reputation:
0
SetPlayerInterior(playerid,*interior-ID here*)
Posts: 414
Threads: 93
Joined: Dec 2010
you could do thing's like this
pawn Код:
SetPlayerPos(playerid, X,Y,Z); //positon in here
SetPlayerInterior(playerid, Interiourid); //Int in here
SetPlayerVirtualWorld(playerid, VWID); //vw in here
interior ids getable here
http://weedarr.wikidot.com/interior
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Like that, example: SetPlayerInterior(playerid,0);
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
That must work, when you set the correct Universe ID.
Posts: 138
Threads: 18
Joined: Jun 2012
Reputation:
0
Do you mean an in-game command, for example dynamic doors?
If so, teleport to the place you wish to go to and /ddedit or whatever /ddedit interior (door id) and it'll set it like that.