1. Is it possible to execute chat commands trough rcon? Lets say I want chat command /dayvote execute trough rcon as a dayvote.

    Thank you
     
  2. Wulf

    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\"
     
  3. Thank you