Solved Getting GUI

Discussion in 'Rust Development' started by Chilli, Nov 8, 2015.

  1. How can I get RepairBenchPanel instance from entity for editing it?
     
  2. only client side
     
  3. You want to say that this is not only serverside plugin?
     
  4. it is. I just propably spawns a Lantern and forces you to loot it
     
  5. Wulf

    Wulf Community Admin

    It's a server-side plugin that uses Lanterns and the Rust CUI.
     
  6. How can I run some method with the CUI button. Is there OnPressed() event or something like that?
     
  7. You can run a consolecommand with a button. Look at other mods using UI.
     
  8. Thank you guys.