Hi, everyone.
I'm trying to find a plugin or any other tool to customize the output of server messages in player's chat.
For example, I want to hide the output of messages in the player's chat "Not enough space" and some others.
Server messages edit
Discussion in 'Rust Discussion' started by KoMaToZZzz, Aug 8, 2018.
-
Wulf Community Admin
A lot of the messages clients see are client-side only, so they wouldn't be customizable via the server. In other cases, you could have a plugin that hooks into OnClientMessage and changes/stops the message. OnServerMessage may be useful too.
-
So at the moment there is no such OXIDE's plugin at all or not freely available? -
Wulf Community Admin
-
Yes, you are absolutely right. I also thought about this plugin. I guess I'll have to install again Visual Studio =) Thanks for the quick response!