Teleport to Red Marker
#1

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

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


Forum Jump:


Users browsing this thread: 2 Guest(s)