From 65cad92d7dc6912efe987f4d6c3d4cd6245875b4 Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Sat, 27 Jul 2019 19:34:36 -0500 Subject: [PATCH] Add "enable_immediate_teleport" With this function enabled, players with "tp_admin" privilege teleport immediately to the specified player. Otherwise, it will send a request to the specified player. --- config.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.lua b/config.lua index ebe8d59..3194ce9 100644 --- a/config.lua +++ b/config.lua @@ -27,6 +27,9 @@ local S, NS = dofile(MP.."/intllib.lua") timeout_delay = 60 version = "1.5" +-- Enable teleporting immediately to the player with "tp_admin" privilege. +enable_immediate_teleport = true + local chatmsg, source, target, name2, target_coords, pos -- Set the values of the positions of your places, players will be able to teleport to them (no matter if it is protected, or not).