11.05.2013, 17:17
take the same interior model and put it in the world, I mean in interior id 0, and set Z to some high number. Example from my script:
My armory is mapped, and its in int id 0 so you dont need to set player interior, just set his position
Код:
if(IsPlayerInRangeOfPoint(playerid,2.0,242.587,66.349,1003.641)) //SFPD Armory { SetPlayerVirtualWorld(playerid, 0); SetPlayerPos(playerid,285.3,-34.2,1005.5); TogglePlayerControllable(playerid, 0); SetTimerEx("EnterExitTimer", 500, false, "i", playerid); }