SA-MP Forums Archive
Teleport to Red Marker - 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 to Red Marker (/showthread.php?tid=353400)



Teleport to Red Marker - kbalor - 23.06.2012

Allow players to teleport to red marker they marked in map. That does not need allowadminteleport. Just a simple one.


Re: Teleport to Red Marker - rati555 - 23.06.2012

pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    SetPlayerPos(playerid, fX, fY, fZ);
    return 1;
}