SA-MP Forums Archive
[HELP] teleporting - 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: [HELP] teleporting (/showthread.php?tid=142141)



[HELP] teleporting - whitedragon - 17.04.2010

Another dumb quesion.....
How do that when player is front of door you teleport him to interior?


Re: [HELP] teleporting - Jochemd - 17.04.2010

Explain some more please. We can't give very good answers with only this


Re: [HELP] teleporting - johnnyc - 17.04.2010

get the pos by /save and just change the int you want or where do you want him to teleport.


Re: [HELP] teleporting - MadeMan - 17.04.2010

https://sampwiki.blast.hk/wiki/SetTimer

https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint

https://sampwiki.blast.hk/wiki/SetPlayerPos

https://sampwiki.blast.hk/wiki/SetPlayerInterior


Re: [HELP] teleporting - whitedragon - 17.04.2010

Larp has...
CheckForWalkingTeleport(playerid);.....
But is this best or have something better?


Re: [HELP] teleporting - MadeMan - 17.04.2010

Quote:
Originally Posted by whitedragon
Larp has...
CheckForWalkingTeleport(playerid);.....
But is this best or have something better?
Yes, just add your interior there.