Good day.
When using CovalencePlugin, the chat icon is not set
I use it like this:
server.Broadcast(message, title, 2, ulong.Parse (player.Id));But that doesn't even change the icon and arguments in the OnBroadcastCommand in any way
But when using RustPlugin and
Server.Broadcast(message, title, ulong.Parse (player.Id));Changes both the icon and arguments in the OnBroadcastCommand
What am I doing wrong? thanks for the help