SA-MP Forums Archive
Teleport Help - 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: Teleport Help (/showthread.php?tid=510209)



Teleport Help - Xenforox - 30.04.2014

Hello i've seen this in many videos, a dynamic teleport script! all you have to do is go to escp and map and place a marker like this picture(below) and when you tab back in, you get tp'd to the coords of the point you marked.Please if you can help me, i'll be gratefull.





Re: Teleport Help - biker122 - 30.04.2014

I've seen it as a cleo mod. Idk if i'm allowed to name it. Not gonna take risk, so i'm not gonna name it to you.


Re: Teleport Help - Zamora - 30.04.2014

Its a hack program, and Its not allowed to use hacks.


Re: Teleport Help - Xenforox - 30.04.2014

Ah nevermind then, thought it's scriptable.


Re: Teleport Help - [WSF]ThA_Devil - 30.04.2014

Oh god, Why do you think that it is hacks? Never visited SA-MP wiki?
https://sampwiki.blast.hk/wiki/OnPlayerClickMap

Lol...


Re: Teleport Help - Micheal123 - 30.04.2014

its hack!


Re: Teleport Help - [WSF]ThA_Devil - 30.04.2014

Quote:
Originally Posted by Micheal123
Посмотреть сообщение
its hack!
Says the one who has never been in the wiki.
https://sampwiki.blast.hk/wiki/OnPlayerClickMap

Now, read it, It is not a hack lol.


Re: Teleport Help - Xenforox - 30.04.2014

I knew it's scriptable, thanks man i fucking love you.


Re: Teleport Help - [NWA]Hannes - 30.04.2014

If you're going to use this callback then you should probably have the MapAndreas Plugin.

Example code from the wiki:
Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    SetPlayerPosFindZ(playerid, fX, fY, fZ); 
    return 1;
}