SA-MP Forums Archive
Mapped interiors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Mapped interiors (/showthread.php?tid=160768)



Mapped interiors - AcId n RaPiD - 17.07.2010

How's it possible to teleport into my own made interior? I recently got the coords, then made a teleport to the area with the INT and VW but nothing works. Please help me, I'll give you a cookie lol. Thanks.


Re: Mapped interiors - Jay. - 19.07.2010

Quote:
Originally Posted by AcId n RaPiD
Посмотреть сообщение
How's it possible to teleport into my own made interior? I recently got the coords, then made a teleport to the area with the INT and VW but nothing works. Please help me, I'll give you a cookie lol. Thanks.

Under OnPlayerCommandText:

pawn Код:
SetPlayerPos(playerid,x,y,z);
Copy paste the coords for your teleport in there.