Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
keep gettin
(15:18:06) | [Oxide] 3:17 PM [Error] Failed to run a timer. (LuaScriptException: [string "m-Teleportation.lua"]:2481: attempt to index field 'RPCMessage' (a nil value))
whats wrong -
-
was downloaded yesterday
-
-
website
-
Just double-check your files maybe, as if you'd open the file that you can download here you'll notice that the line that is throwing the error is now a blank line.
-
Sometimes I randomly get this error (I have version 1.4.1 installed):
Code:[Oxide] 10:38 PM [Error] Failed to run a timer. (LuaScriptException: [string "m-Teleportation.lua"]:2676: attempt to index field 'eulerAngles' (a nil value)) [Oxide] 10:38 PM [Debug] at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0 at LuaGeneratedClass1.CallFunction () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0
-
-
How can I limit the use of the plugin only for admins? I've been searching for that in the plugin code but I just found and edited this, didn't work:
Code:function PLUGIN:LoadDefaultConfig() -- General Settings: self.Config.Settings = { ChatName = "Teleportation", ConfigVersion = "1.4.1", HomesEnabled = false, TPREnabled = false, InterruptTPOnHurt = true
Last edited by a moderator: Jan 13, 2015 -
-
When I first downloaded this plugin worked great. After the two update it has become broken. When I try to /tp (X)(Y)(Z) I get
[Oxide] 3:17 PM [Error] m-Teleportation: [string "m-Teleportation.lua"]:2297: attempt to index field 'AdminData' (a nil value)
at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
I have done a fresh install of everything. If anyone knows a fix, please let me know! This is one of the best plugins to have on a server. -
-
Sure I can do that.
EDIT: Deleting the data file worked! Thank you vary much. All the players would not stop asking me to fix it.Last edited by a moderator: Jan 14, 2015 -
Code:
[Oxide] 8:23 PM [Error] Failed to run a timer. (LuaScriptException: [string "m-T eleportation.lua"]:2676: attempt to index field 'eulerAngles' (a nil value)) [Oxide] 8:23 PM [Debug] at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x 00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System .Type[] returnTypes) [0x00000] in <filename unknown>:0 21kb/s in, 57kb/s out at NLua.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x 00000] in <filename unknown>:0 at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0 at LuaGeneratedClass1.CallFunction () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename u
local correctedLocations = {}
local blockRotation = nil
if not buildingBlock.transform then return end
if not buildingBlock.transform.rotation then return end
if not buildingBlock.transform.rotation.eulerAngles then return end
local blockRotation = buildingBlock.transform.rotation.eulerAngles.y -
-
how can i change some settings?just change the .LUA?or what?
-
-
-