1. Oxide was updated, this is out of date, people keep posting the same errors. Please read previous posts before posting, this will keep things a little cleaner and make it easier for the authors to provide support. I'm sure Mughisi is aware of this, in the meantime I recommend using TimedExecute and the env.time method above as a quick substitute in the meantime. :)
     
  2. if you can give me a quick config of the time execute then ill muchly appreciate it :)
     
  3. Do what he said, in your Timed Execute config try this.

    Code:
    {
      "ConfigCode": "1",
      "EnableTimerOnceCommands": "true",
      "EnableTimerRepeatCommands": "true",
      "OnceCommands": [
      ],
      "RepeaterCommands": [
        {
          "command": "env.time 6",
          "seconds": 2700
        }
      ]
    }
    
     
  4. I don't run that plugin.
     
  5. Well, it's something you'll have to use in the meantime then, if you want to achieve shorter nights until the plugin author updates this plugin. So unless you plan on updating this plugin yourself I suggest you get TimedExecute for the time being then, there is literally no other solution.
     
  6. Just to keep you all informed, I'm working on the update, it just takes some time as I don't have that much time to work on it.
     
  7. Code:
    File: m-Time.lua Line: 198 Set Method not found for 'Delay':
      at System.Reflection.MonoProperty.SetValue (System.Object obj, System.Object value, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
      at System.Reflection.PropertyInfo.SetValue (System.Object obj, System.Object value, System.Object[] index) [0x00000] in <filename unknown>:0
      at NLua.MetaFunctions.TrySetMember (LuaState luaState, NLua.ProxyType targetType, System.Object target, BindingFlags bindingType, System.String& detailMessage) [0x00000] in <filename unknown>:0
    
    [DOUBLEPOST=1434699864][/DOUBLEPOST]Oxide doesn`t contain "set" properties for this method.
    Code:
                /// <summary>
                /// Gets the delay between each repetition
                /// </summary>
                public float Delay { get; }
    
     
    Last edited by a moderator: Jun 19, 2015
  8. I know, it was removed 4 days ago, and as mentioned previously, I'm working on an update for the plugin, but it will just take some time as I'm extremely busy at the moment.
     
  9. But but mughisi, dont you sit waiting to update this as soon as there is an issue haha ;) ;)
     
  10. you have to reload autocommands then set the time env.time 6 .. so every 45 minutes later it will set the time 6
     
  11. Wulf

    Wulf Community Admin

    It should be working with the next Oxide snapshot, sorry about that!
     
  12. Please update the plugin :) We need it ;-)
     
  13. Wulf

    Wulf Community Admin

    See above reply.
     
  14. We wait a new oxide!
     
  15. Wulf

    Wulf Community Admin

  16. Code:
    [Oxide] 6:06 PM [Error] Failed to run a 50.00 timer
    File: m-Time.lua Line: 198 Set Method not found for 'Delay':
      at System.Reflection.MonoProperty.SetValue (System.Object obj, System.Object value, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
      at System.Reflection.PropertyInfo.SetValue (System.Object obj, System.Object value, System.Object[] index) [0x00000] in <filename unknown>:0
      at NLua.MetaFunctions.TrySetMember (LuaState luaState, NLua.ProxyType targetType, System.Object target, BindingFlags bindingType, System.String& detailMessage) [0x00000] in <filename unknown>:0 
     
  17. Is that a newer version than yesterday at roughly 6:30pm?
     
  18. Nope.
    PLUGIN.Version = V( 1, 0, 3 )
     
  19. Wulf

    Wulf Community Admin

    Yes, it's from today, roughly 1 hour ago.