1. How to make auto airdrop per 1 Hour? i mean will be Rnadom airdrop per 1 Hour
     
  2. Download Easy Airdrop and in the config you have timer repet, enable only this, and put the comand airdrop and the seconds you want that it's come
    if 4 hours so 14400
     
  3. {
    "Settings": {
    "Broadcast to Chat": true,
    "Send to Console": true
    }
    }
     
  4. Sorry, i forgot to tell you to download the plugin TimedExecute for Rust | Oxide and to go to the config and do like that:

    Code:
    {
      "EnabledRealTime-Timer": false,
      "EnableTimerOnce": false,
      "EnableTimerRepeat": true,
      "RealTime-Timer": {
        "16:00:00": "say 'The gate for the event is open!'",
        "16:30:00": "say 'The gate for the event just closed'",
        "17:00:00": "say 'Restart in 1 HOUR'",
        "18:00:00": "say 'The server is restarting NOW.'"
      },
      "TimerOnce": {
        "reset.oncetimer": 181,
        "say 'Dont forget to like our fanpage!'": 60,
        "say 'Follow us on Twitter!'": 120,
        "say 'You can donate via PayPal!'": 180
      },
      "TimerRepeat": {
       "server.save": 300,
    "airdrop": 7200
      }
    }
     
  5. Can somone please help me this ??????
     
  6. Hi,

    Just install this plugin on the plugins folder but a .json file is never created on the config folder.

    I have other 9 plugins running with no problems.

    Any ideas?

    Thanks
    [DOUBLEPOST=1453565031,1453526571][/DOUBLEPOST]OK, sorry still learning here.
    Just saw we have logs, got these warnings/errors on airdrop

    [SERVER v1.0.20] Restarting: AirdropControl.cs(107,14): warning CS0114: `Oxide.Plugins.AirdropControl.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword

    AirdropControl.cs(149,17): warning CS0219: The variable `toLeft' is assigned but its value is never used

    AirdropControl.cs(177,66): error CS1061: Type `string' does not contain a definition for `QuoteSafe' and no extension method `QuoteSafe' of type `string' could be found. Are you missing `Facepunch' using directive?

    Any help? I guess the warnings are OK, problem is the error.

    Thanks

    Sorry, got the fix on a post above.
    As I just downloaded it I was thinking that was the latest available version.
    Thanks
     
    Last edited by a moderator: Jan 23, 2016
  7. Howdy,

    None of the commands are recognised when typed in console/chat - no errors upon loading on server, any similar problems?
     
  8. Hey there this is the final mod im configuring for my server but when i add it to the game files and restart a .json isnt created. am i doing something wrong or just being stupid, pls help :)
     
  9. [2/8/2016 6:56:20 PM] [Oxide] 6:54 PM [Error] Error while compiling AirdropControl.cs(177,66): error CS1061: Type `string' does not contain a definition for `QuoteSafe' and no extension method `QuoteSafe' of type `string' could be found. Are you missing `Facepunch' using directive?
     
  10. [Oxide] 12:34 PM [Error] AirdropControl plugin failed to compile!
    [Oxide] 12:34 PM [Error] AirdropControl.cs(177,66): error CS1061: Type `string' does not contain a definition for `QuoteSafe' and no extension method `QuoteSafe' of type `string' could be found. Are you missing `Facepunch' using directive?

    Please help
     
  11. where du i give myself permission to use the commands?
     
  12. Any reason why this wont even load for me? I type oxide.load AirdropControl and nothing...
     
  13. Hello! I want to delete numbers after point in coordinates of place of airdrop, but I don't know which strings in config should be changed. Can you tell me, please?
     
    Last edited by a moderator: Feb 26, 2016
  14. Yeah console tells me 'plugin failed to compile' upon loading. The full error message is attached.
    [DOUBLEPOST=1456442578][/DOUBLEPOST]Well I just downloaded Easy Airdrop instead and it compiled fine, just a few permission prefix warnings. And it's been updated more recently, so I think I'm going to replace this with that.
     

    Attached Files:

  15. Here you go
     

    Attached Files:

  16. How do you disable airdrops/heli???
     
  17. Plugin hasn't been working for ages
     
  18. You both need to update to the latest version then it will work
     
  19. nevermind, if youre having errors use the config file that was posted a few comments above
    [DOUBLEPOST=1458431769][/DOUBLEPOST]The one that I get from oxide page doesnt work, but the file you uploaded in the comment does.