1. getting an error in f1 console

    no gibs for: cl assests/bundled/prefabs/autospawn/resouce/loot/trash-pile-1.prefab
    no gibs for: cl assests/prefab/misc/supply drop/supply_drop.prefab
    no gibs for: cl assests/prefab/misc/supply drop/supply_drop.prefab

    any idea how to fix it plugin seams to be working fine
     
  2. Got a working version here, after the update. Compiles, not sure if anything else is wrong.
     

    Attached Files:

  3. Thanks Canopy but it makes some mysterios things
    Code:
            void BroadcastToChat(string msg)
            {
                PrintToChat("chat.add \"SERVER\" " + rust.QuoteSafe(msg) + " 1.0", new object[0]);
            }
    Exactly the value in the "" is printed to the chat: chat.add SERVER Airdrop incoming! Dropping at -821.8, 0.0, -836.0 1.0
     
  4. From the looks of it, you can just take out chat.add in the code. I can poke around with it if that doesn't resolve itself. The old consolesystem.broadcast was taken out (or whatever it is, I'm tired), and that was replaced with PrintToChat. Shouldn't be too big of a deal, as long as coordinates are working.
    [DOUBLEPOST=1468834061][/DOUBLEPOST]So that would be this
    Code:
    void BroadcastToChat(string msg)
            {
                PrintToChat("\"SERVER\" " + rust.QuoteSafe(msg) + " 1.0", new object[0]);
            }
     
  5. Airdrops are falling through the world after a brief period of landing on a base. Doesn't happen when plugin is unloaded.
     
  6. Now getting this error, any fix on the way ? (plugin update ?) have no ftp access

    AirdropControl - Failed to compile: AirdropControl.cs(180,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
     
  7. Hi, I've installde this plugin but it hasn't automatically generated a configuration file :/
     
  8. how do you get this to work? it doesnt make a config file for me after i install it and run the server?
    thanks in advance
     
  9. use FancyDrop for Rust | Oxide - It's a million times better and cleaner.
     
  10. ill give it a look, i only want to change the speed that the drop comes in however
     
  11. You can change everything about the plane, speed, time, when the crate actually spawns its loot, air resistance.. it's all configurable in the config.
     
  12. ah cool, thanks man
     
  13. AirdropControl - Failed to compile: AirdropControl.cs(180,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
     
  14. You're using an older version. Update.
     
  15. [Oxide] 22:12 [Error] AirdropControl plugin failed to compile!
    [Oxide] 22:12 [Error] AirdropControl.cs(177,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
     
  16. update
    now:
    [Oxide] 22:12 [Error] AirdropControl plugin failed to compile!
    [Oxide] 22:12 [Error] AirdropControl.cs(177,27): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
     
  17. Is your Oxide at the latest version?
    Are you using any other airdrop plugin that conflicts with this?
     
  18. no, only this plugin
    [DOUBLEPOST=1471465570][/DOUBLEPOST]
    oxide lastest version
     
  19. [Oxide] 02:24 [Error] AirdropControl plugin failed to compile!
    [Oxide] 02:24 [Error] AirdropControl.cs(359,28): error CS1501: No overload for method `Spawn' takes `1' arguments
     
  20. Got a version that compiles here for the update.
     

    Attached Files: