1. Thank you. That worked.
     
  2. (19:59:36) | Error while compiling: MStats.cs(368,28): error CS1955: The member `BasePlayer.IsAdmin' cannot be used as method or delegate

    Any ideas?
     
  3. Wulf

    Wulf Community Admin

    Replace IsAdmin() with IsAdmin in he plugin.
     
  4. Thanks. I also had to do the same thing for IsConnected.
     
  5. Yes!! Thanks.
     
  6. someone please help?

    [Error] Error while compiling: MStats.cs(325,36): error CS0150: A constant value is expected
     
  7. I've I had to guess you have to replace BaseNPC with BaseNpc
     
  8. Thank you very much.
     
  9. Anyone getting this error?

    (11:06:09) | at Oxide.Plugins.MStats.OnEntityBuilt (.Planner planner, UnityEngine.GameObject component) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.MStats.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0