How to fix the problem of question marks, I use the game in French and when a user logs in is marked
playername s'est connect�(e).
ConnectMessages
Moved
Total Downloads: 5,242 - First Release: Oct 20, 2016 - Last Update: Nov 10, 2017
- 5/5, 19 likes
-
-
I have the following in my language file:
"DisconnectMessage": "<color=lightblue>{0} has disconnected.",
When someone leaves it interprets <color=lightblue> as text instead of code. -
Wulf Community Admin
-
OMG thanks
Here's what I had.
{
"ConnectMessage": "<color=lightblue>{0}</color> has connected.",
"ConnectMessageCountry": "<color=lightblue>{0}</color> has connected from <color=darkgreen>{1}</color>.",
"DisconnectMessage": "<color=lightblue>{0} has disconnected.",
"DisconnectMessageReason": "<color=lightblue>{0} has disconnected. (<color=darkgreen>{1}</color>)"
} -
Can you add to the connect message? For instance
{
"ConnectMessage": "{0} has connected. Welcome to the server, please read the rules at blank",
"ConnectMessageCountry": "{0} has connected from {1}.",
"DisconnectMessage": "{0} has disconnected. Rules Are Located at blank",
"DisconnectMessageReason": "{0} has disconnected. ({1})"
}
Thanks in advance! -
Wulf Community Admin
-
-
Wulf Community Admin
-
Since the last update, any time somebody teleports using nteleportation I am seeing
(14:10:20) | playername[steamid] has entered the game
in the rustadmin console -
Wulf Community Admin
-
okay. maybe rustadmin. not a big deal
-
@Spicy
I just got this error showed up from your plugin
Code:Failed to call hook 'OnUserDisconnected' on plugin 'ConnectMessages v1.1.8' (FormatException: Input string was not in a correct format.) at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in <filename unknown>:0 at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Game.Hurtworld.Libraries.Covalence.HurtworldPlayer.Message (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ConnectMessages.Broadcast (System.String key, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ConnectMessages.OnUserDisconnected (IPlayer player, System.String reason) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ConnectMessages.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
(16:15:53) | [ConnectMessages] WebRequest to http://ip-api.com/json/ failed, sending connect message without the country.
(16:15:53) | Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
FIX? -
i want to add colors too but i cant seem to find a file for it all i find is this :/
{
"Settings": {
"ShowConnectMessage": true,
"ShowConnectCountry": true,
"ShowDisconnectMessage": true,
"ShowDisconnectReason": false,
"ShowAdminMessages": true
}
} -
Wulf Community Admin
-
how i can translate to russian language?
-
Wulf Community Admin
-