1. Hi

    For what I understand, lua plugins now beside have sefl.Object should be self.Plugin right?

    If so, I keep getting this, and I cant figure why.
    Code:
    [Oxide] 3:36 PM [Error] Failed to initialise plugin notifier (A .NET exception occured in user-code)
    [Oxide] 3:36 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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
     
  2. Wulf

    Wulf Community Admin

    That is all that is needed. If you are having errors, then it's coming from something else.
     
  3. Oh I see it now, I'm sorry. And thanks.
     
  4. Wulf

    Wulf Community Admin

    No worries. :)