I'm wondering if it's possible to send "ownerid xxxxx" rcon command via a custom plugin?
Solved Sending "ownerid" command via plugin?
Discussion in 'Rust Development' started by Axy, Jan 25, 2016.
-
Wulf Community Admin
Code:rust.RunServerCommand("ownerid xxxxxxxxxxxxxxxxx");
-
OH this is great, is this c# ?
-
Wulf Community Admin
-
thanks!
[DOUBLEPOST=1453763421][/DOUBLEPOST]I get
error CS1519: Unexpected symbol `(' in class, struct, or interface member declaration
at the line I add this -
Put your code.