1. Reneb submitted a new resource:

    Object Owners (Prod) - Find object owners

    Read more about this resource...
     
  2. Reneb updated Object Owners (Prod) with a new update entry:

    now shows who has access to a door

     
  3. This isn't working....

    I did it on a wall and it said woodwall(clone): -
     
  4. you are using an out dated oxide version that has a bug with the messages sent by plugins, that's why ;)
    download the latest version of oxide
     
  5. OK, didn't see a new version was released a little while ago. Thanks!!
     
    Last edited by a moderator: Apr 22, 2015
  6. Wulf

    Wulf Community Admin

    For those using the latest Oxide snapshot, use the below version with the unnecessary imports removed.
     

    Attached Files:

    • Prod.cs
      File size:
      5.6 KB
      Views:
      58
  7. This plugin is giving me an error since last Oxide update:

    Code:
    [Oxide] 3:27 PM [Error] Failed to call hook 'cmdChatProd' on plugin 'Prod' (FormatException: Input string was not in a correct format.)
    [Oxide] 3:27 PM [Debug]   at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in <filename unknown>:0 
      at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.RustLegacyPlugin.PrintToChat (.NetUser netUser, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.RustLegacyPlugin.SendReply (.NetUser netUser, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.Prod.cmdChatProd (.NetUser netuser, System.String command) [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 
    
     
  8. And it's not the only one :p

    The "Player List Plugin" was giving me a few times this same error also... Sometimes worked, sometimes gave me this error lol
     
  9. Wulf

    Wulf Community Admin

    Which build are you using? "Last update" isn't very useful as you could be using a snapshot or any build really. Also, what is the exact name of the user using the commands?
     
  10. Well, when I was using the last official update (981), the "Player List Script" was giving me this error sometimes. After I managed to use the last snapshot (995) (because of the fix for the voice chat), this error was also occurring for the "Prod Script".

    The exact name of the user using the commands is my nickname: "Ruby" (without the quotes).
     
  11. Wulf

    Wulf Community Admin

    Could you upload the plugin(s) you are using here please?
     
  12. There you go...
     

    Attached Files:

  13. Wulf

    Wulf Community Admin

  14. This isn't working for "Wood Shelters". I get the same error as I mentioned before.
    Code:
    [Oxide] 9:23 PM [Error] Failed to call hook 'cmdChatProd' on plugin 'Prod' (FormatException: Input string was not in a correct format.)
    [Oxide] 9:23 PM [Debug]   at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in <filename unknown>:0
      at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RustLegacyPlugin.PrintToChat (.NetUser netUser, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RustLegacyPlugin.SendReply (.NetUser netUser, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Prod.cmdChatProd (.NetUser netuser, System.String command, System.String[] args) [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
     
  15. This comes up when there is only a foundation, when you prod you get this message:
    __MESHBATCH_PHYSICAL_OUTPUT
     
  16. [Oxide] 8:23 AM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.RustLegacy' in plugin 'Prod'
     
  17. Wulf

    Wulf Community Admin

    Just a warning, should not affect the plugin.
     
  18. Still a very useful plugin, is there a way this can be updated to use Player Database (SQL) ?