It's not my plugin, but that particular issue is from Oxide, not this plugin, and is already fixed in upcoming builds.
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
-
Wulf Community Admin
-
@Wulf is it fixed already? Wait lemme check. thanks again
-
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}");
-
Wulf Community Admin
-
wich plugin or problem is this type of error?
hope you can help -
Wulf Community Admin
-
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; }
-
Wulf Community Admin
-
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?