1. Axy

    Axy

    I'm wondering if it's possible to send "ownerid xxxxx" rcon command via a custom plugin?
     
  2. Wulf

    Wulf Community Admin

    Code:
    rust.RunServerCommand("ownerid xxxxxxxxxxxxxxxxx");
     
  3. Axy

    Axy

    OH this is great, is this c# ?
     
  4. Wulf

    Wulf Community Admin

    Any language, the trailing ; is the only C# part about it.
     
  5. Axy

    Axy

    thanks!
    [DOUBLEPOST=1453763421][/DOUBLEPOST]I get
    error CS1519: Unexpected symbol `(' in class, struct, or interface member declaration

    at the line I add this
     
  6. Put your code.