1. Like a function to tell if the player have there inventory open or not Idk if there is something along this line but it help with GUI conflicts with inventory
     
  2. Wulf

    Wulf Community Admin

    The functions are readily available in Rust to control the inventory state I believe, but hooks to get the status may be useful.
     
  3. does rust have its own hooks i can use for plugins ?? if so where can i find these
     
  4. Wulf

    Wulf Community Admin

    Rust has no API, otherwise there'd be no point in having Oxide for it. ;)

    Rust does however have methods, functions, etc. that plugins can utilize, which can be found by decompiling its DLL files or looking at existing plugins that already use them.
     
  5. oh ok ty