Changing color of messages?Solved
Is there anyway to change the colour of the player joining for example the players name would be red and the "has connected" is white?
Yes, edit the oxide/lang file for the plugin and add the [#hexcolor] and [/#] around the text you want to colorize.
In response to Wulf ():
Yes, edit the oxide/lang file for the plugin and add the [#hexcolor] and [/#] around the text you wa...
I got it working

"ConnectMessage": "<color=red>{0}</color> has connected.",

thanks
In response to DundeeDav ():
I got it working

"ConnectMessage": "<color=red>{0}</color> has connected.",
That'd be the non-universal way, but that would work for Rust and other Unity games.
Locked automatically