I have this code:
[ChatCommand("owner")]
void OwnerCommand(BasePlayer player)
{
PrintToChat(player, "<color=#00ffff>LolRust is the official owner of this server.</color>");
}Is there anyway I can change the message icon from the default rust logo? I'm trying to send the response only to the player that's why im not using Server.Broadcast. Saw a server do this so it should be possible.
