This needs to be updated for the latest update as it stops the person with a coloured name from typing in chat, makes them type 0's and 1's
Chat not working when using thisFixed
I confirm, I have the same issue.
i have the same issue.
i have had the same problem..
Solution:
to:
string argMsg = arg.GetString(1, "text");
save and reload the plugin.
Solution:
- open ColouredNames.cs
- go to line 87
- change:
to:
string argMsg = arg.GetString(1, "text");
save and reload the plugin.
Fixed with 1.3.6, also added return if not global chat so team chat will not just broadcast to everyone
Locked automatically