NoGreen

Simply removes the green name away from admins in-game

Total Downloads: 1,987 - First Release: Feb 14, 2017 - Last Update: Feb 15, 2017

5/5, 7 likes
  1. Wulf

    Wulf Community Admin

    It's not my plugin, but that particular issue is from Oxide, not this plugin, and is already fixed in upcoming builds.
     
  2. @Wulf is it fixed already? Wait lemme check. thanks again :D
     
  3. hey we have an issue with some players using "\" in your message. this gives us a lot of more "\\\\\\\\\\" in user message.

    HOW can we fix that??


    Code:
    rust.BroadcastChat($"<color=#5af>{player.displayName}</color>", Message, player.UserIDString);
                Puts($"{player.displayName}: {Message}");
     
  4. Wulf

    Wulf Community Admin

    Not related to this plugin.
     
  5. wich plugin or problem is this type of error?
    hope you can help
     
  6. Wulf

    Wulf Community Admin

    Most likely another plugin trying to escape the chat text.
     
  7. the problem is this plugin!! i tryd it.


    Code:
    object OnPlayerChat(ConsoleSystem.Arg arg)
            {
                BasePlayer player = (BasePlayer)arg.Connection.player;
                string Message = arg.GetString(0);
               
                if (string.IsNullOrEmpty(Message)) return false;
                rust.BroadcastChat($"<color=#5af>{player.displayName}</color>", Message, player.UserIDString);
                Puts($"{player.displayName}: {Message}");            return true;
            }
    this gives this errors
     
  8. Wulf

    Wulf Community Admin

    It isn't doing anything to the message, it's not with this plugin. Could be with rust.BroadcastChat or the underlying method it uses, but it isn't from this plugin itself.
     
  9. i think its happend if someone write !help or !home or !remove in chat
    i delete this plugin and the error is gone.
    so what can we do?