1. Hi all.

    Info on the Oxide API Reference is actual?

    I'm trying to use Rust
    but get a warning:
    [DOUBLEPOST=1458569042,1458552727][/DOUBLEPOST]
    Code:
    [Warning] Plugin is using deprecated hook: OnPlayerLoot
    What to use instead OnPlayerLoot()?
     

    Attached Files:

    • 0.png
      0.png
      File size:
      189.2 KB
      Views:
      61
  2. Wulf

    Wulf Community Admin

    OnLootPlayer(BaseEntity source, BasePlayer target)

    The Docs need to be updated.