How to add Map teleport? - 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)
+--- Thread: How to add Map teleport? (
/showthread.php?tid=351914)
How to add Map teleport? -
Gengar - 17.06.2012
Well guys, as I have seen "Map teleports" from other servers, could you guys give me a source or let me know how to make it ?
Re: How to add Map teleport? -
davve95 - 17.06.2012
https://sampwiki.blast.hk/wiki/SetPlayerPos
Re: How to add Map teleport? -
abubaker98 - 17.06.2012
You mean ?
CMD:airport(playerid, params[])
{
SendClientMessage(playerid, COLOR_YELLOW , "You have been teleported to the airport!");
SetPlayerPos(playerid, 1917.6460,-2435.8284,13.5391);
return 1;
}
Or something else, please give us more details