1. I am trying to detect if a bone club is thrown, but this happens can anyone help?
    http://crux.moe/u/ga8a9f1.png
    Note i don't really know csharp that well, but i have a grasp of it.
     
  2. Wulf

    Wulf Community Admin

    You'd want OnMeleeThrown.
     
  3. Woops i messed up the title that's what i was using
     
  4. Wulf

    Wulf Community Admin

    You're not using the right parameters:
    Code:
    OnMeleeThrown(BasePlayer player, Item item)
     
  5. That makes so much more sense thank you, the api on Oxide API for Rust seems a tiny bit out dated :x
     
  6. Wulf

    Wulf Community Admin

    Yeah, that hook hasn't been added yet. The Docs do need to be updated too.