Is it possible to execute chat commands trough rcon? Lets say I want chat command /dayvote execute trough rcon as a dayvote.
Thank you
Executing chat commands through RCON?
Discussion in 'Rust Discussion' started by K@nk|$, May 9, 2017.
-
Wulf Community Admin
Yes, use the chat.add (maybe chat.say) console command with the /dayvote and other arguments as an argument to it.
Example:
chat.add \"/dayvote true\" -
Thank you