I was wondering if there is a way to get the messages going from Discord to Rust to have custom colours like Discord would show blue The players name Red and the text to stay white. As of this time it seems it can only be in white.
I Think if we could do that it could really make the messages flow.
Thanks
Merged post
worked it out
"PrintToChat("<color=#0000FF>DISCORD</color> - " + message.author.username + ": " + message.content);"
I Think if we could do that it could really make the messages flow.
Thanks
Merged post
worked it out
"PrintToChat("<color=#0000FF>DISCORD</color> - " + message.author.username + ": " + message.content);"