Change chat icon in server.Broadcast?Not An Issue

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

That method doesn't support a chat icon.

Z5BbPOdP5iHOhIC.jpg Wulf

That method doesn't support a chat icon.

What are passed in arguments and when will there be support? RustPlugin times say deprecated

RustPlugin and CovalencePlugin are types from Oxide, not uMod. Both are going to replaced with Plugin.

Locked automatically