1. this was working, but since the wipe i went ahead and updated it, and now its broke...
    Code:
    [Oxide] 6:33 PM [Info] Unloaded plugin Rad Line v1.1.0 by SkinN
    [Oxide] 6:33 PM [Info] Loaded plugin RAD-Line v2.0.0 by SkinN
    [Oxide] 6:33 PM [Error] Failed to initialize plugin 'radline v2.0.0'
    Traceback (most recent call last):
      File "radline.py", line 105, in Init
      File "radline.py", line 73, in con
    RuntimeError: Failed to call Init (KeyNotFoundException: BROADCAST TO CONSOLE)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, object, object> (System.Runtime.CompilerServices.CallSite,object,object) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
    [DOUBLEPOST=1441320121][/DOUBLEPOST]rad isnt working now...
    Code:
    [Oxide] 6:33 PM [Info] Unloaded plugin Rad Line v1.1.0 by SkinN
    [Oxide] 6:33 PM [Info] Loaded plugin RAD-Line v2.0.0 by SkinN
    [Oxide] 6:33 PM [Error] Failed to initialize plugin 'radline v2.0.0'
    Traceback (most recent call last):
      File "radline.py", line 105, in Init
      File "radline.py", line 73, in con
    RuntimeError: Failed to call Init (KeyNotFoundException: BROADCAST TO CONSOLE)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, object, object> (System.Runtime.CompilerServices.CallSite,object,object) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
     
    Last edited by a moderator: Sep 4, 2015
  2. also getting this since todays update ^^

    EDIT;
    Sorry I prob should've read all the patch notes :p
    Working fine now

    @BeautyKilled delete your config and reload the plugin
     
    Last edited by a moderator: Sep 4, 2015
  3. thank you! :)
     
  4. Just to let any users know that the official Icon has been updated on the Icon Account. You should see the icon currently from now on.
     
  5. Since the last update, /rad doesnt work anymore
     
  6. Works for me
     
  7. Hmm okay :p

    I found that :
    Code:
    [Oxide] 5:49 PM [Error] Failed to call hook 'SendHelpText' on plugin 'radline v1.1.1'
    Traceback (most recent call last):
      File "radline.py", line 196, in SendHelpText
    RuntimeError: Failed to call SendHelpText (KeyNotFoundException: RAD COMMAND DESC)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
    Any idea on how to fix it ? I didn't edited the plugin file, only the config and it was only for translate so i don't understand what i did wrong ^^'
     
    Last edited by a moderator: Sep 5, 2015
  8. The fix is simple, update the plug-in, you are using the old version.
     
  9. Hi.

    How on the redline To Evry Time And Not off ?
     
  10. Try it now in english m8. I dont know what you mean.
     
  11. Sorry My English is no good.

    i Say How Redline never be turn off ?
     
  12. SkinN õ.Õ'.|. updated RAD-Line with a new update entry:

    RAD-Line | Minor Update

     
  13. SkinN õ.Õ'.|. updated RAD-Line with a new update entry:

    RAD-Line | Minor Fix

     
  14. Code:
    [Oxide] 12:52 AM [Error] Failed to run a 1200.00 timer in 'radline v2.0.2' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 12:52 AM [Debug]   at System.Collections.Generic.Dictionary`2[System.Object,System.Object].get_Item (System.Object key) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.GetUnaccessedObject (FieldName fieldName) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.GetArgumentValue (FieldName fieldName) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.ReplaceText (System.String format) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.Operations.StringOps.format (IronPython.Runtime.CodeContext context, System.String format_string, IDictionary`2 kwargs, System.Object[] args) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.FuncCallInstruction`5[IronPython.Runtime.CodeContext,System.String,System.Collections.Generic.IDictionary`2[System.Object,System.Object],System.Object[],System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0 
     
  15. Upload your config file please
     
  16. ,,,,,,
     

    Attached Files:

  17. Your error is on line 8, replace {off_time} with {interval}:
     
  18. Love the plugin.

    Icon has gone off.
    Just letting you know. 8)
     
  19. Code:
    Loaded plugin RAD-Line v2.0.2 by SkinN
    [Oxide] 7:32 PM [Error] Failed to initialize plugin 'radline v2.0.2'
    Traceback (most recent call last):
      File "radline.py", line 105, in Init
      File "radline.py", line 73, in con
    RuntimeError: Failed to call Init (KeyNotFoundException: BROADCAST TO CONSOLE)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, object, object> (System.Runtime.CompilerServices.CallSite,object,object) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
    
    Not working atm
     
    Last edited by a moderator: Oct 6, 2015
  20. Ours is still working. We are also running 2.02
    Maybe it is a conflict with another plugin?