Map TP, coordinates TP
#1

Hi..

I need a filterscript that can make me TP over the map with the marker. I also need a command to TP to coordinates.

This is going to be used for mapping so yeh.

ty
Reply
#2

You can easily create your own tp system.
Goto the teleport coordinates and type /save.
Add the coods in your script and done.
Reply
#3

Wasn't even me posting, was a friend. Nevermind this, I'll make it myself.

Thanks.
Reply
#4

pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
       if(fX != 0.0 && fY != 0.0) SetPlayerPosFindZ(playerid, fX, fY, fZ);
       return true;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)