Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
-
How to block teleportation in private zone(Tool Cupboard) ?
-
Ive just done that but am working on how to be able to turn it on/off with the config
-
EN:
If you take the teleporter back to back against the wall, the player after the teleportation can pass through this wall!
RU:
Если принимать телепорт вплотную возле стены, то игрок после телепортации может пройти сквозь эту стену! -
Ive just done that but am working on turning it on/off with the config.
The basic piece of code is;
Code:if not player:CanBuild() then return end
)
-
RequestDuration What that do?
-
how long a tp request stays open for
-
Wulf Community Admin
-
Question - Wulf/Mughisi/anyone...
is there a command to reset everyone's TP limit -
Can you add a feature that allows admins to remove others homes so like /tpremove "JohnRU" "home2"
-
-
Can I remove a player homes with command?
-
-
yo guys what is the command to remove everyone sethomes for a wipe
-
Delete m-Teleportation.json in /oxide/data/ with the server offline.
-
NO.
Its /wipehomes or /wipehome. -
I guess you shouldn't do that if you have saved coordinates on a map for admin teleports, etc., but never an issue for me. -
Code:
File: m-Teleportation.lua Line: 2581 Object reference not set to an instance of an object: at BasePlayer.SendFullSnapshot () [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
Variables:
Commands:
global.echo( string output ) Prints something to the debug output
Code:105.237.17.133:62535/76561198118121805/RKenpachi1 joined [windows/76561198118121805] 41.133.254.160:57302/76561198097636501/Pika Girl joined [windows/76561198097636501] [Oxide] 5:52 PM [Error] Failed to load plugin m-Teleportation (IOException: Sharing violation on path c:\games\41_86_116_125_28016\1139918\ruste\server\1139918\oxide\plugins\m-Teleportation.lua) [Oxide] 5:52 PM [Debug] at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding) at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
can someone assist me pleaseLast edited by a moderator: Sep 2, 2015