There i didnt see nothing wrong there but you might see
BetterChat
Moved
Total Downloads: 26,200 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Attached Files:
-
-
upload this then reload the pluginAttached Files:
-
-
Last edited by a moderator: Aug 23, 2016
-
-
-
Attached Files:
-
-
reload BetterChat
After uploading the file
[DOUBLEPOST=1471978288][/DOUBLEPOST]Attached Files:
Last edited by a moderator: Aug 23, 2016 -
-
-
[DOUBLEPOST=1471978663][/DOUBLEPOST] -
-
Last edited by a moderator: Aug 23, 2016
-
This is only a sample, please do not add this to the code
Code:public static string Rainbow(string text) { int numColors = 1000; var colors = new List<string>(); var random = new Random(); for(int i =0; i <256; i++) { colors.Add(String.Format("#{0:X2}{1:X2}00", i,255-i)); } string rainbow = ""; int index = 0; foreach (char c in text) { rainbow += String.Format("<span style='color: {0};'>{1}</span>", colors[index], c.ToString()); if (index > numColors) index = 0; else index++; } return rainbow; }
Last edited by a moderator: Aug 23, 2016 -
-
-
-
-
-
Could you help me to improve this plugin for Rustlegacy?
Well, I'm using it to RustLegacy he copila carries, all commands work the only problem is that it works very well with no Rust Legacy.
as you can see in print attached, the top line is the EasyChat plugin (suitable for RustLegacy)
and the bottom line is the BetterChat plugin.
Well, I wanted the plug remain on the top line appearing:
clan Nick: Message
Note: the EasyChat perfectly meets the needs Rustlegacy but I wanted to use the BetterChat to link with the clans plugin for without beetterchat not appear the clan tag before the nick
-
-