Jump to content

4 Screenshots

  • 8.2k
  • 652
  • 21.32 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Tnyrio22

Posted

How can I change the font color and size? I use <size=13></size> <color=#DF0101></color> and this tag will show the color. But the tag will still be displayed on top.

Papi Rusty

Posted

isnt there a free one on umod . whats the difference

dustyhansen

Posted

Is there a place to see the icons without having to try them all?

fullwiped

Posted (edited)

Hello @Whispers88 How can we make colored messages?

"Message": "<color=yellow>TEST</color>"

didn't work for me.

Edited by fullwiped
Whispers88

Posted

  On 12/5/2024 at 8:17 PM, Tnyrio22 said:

How can I change the font color and size? I use <size=13></size> <color=#DF0101></color> and this tag will show the color. But the tag will still be displayed on top.

Expand  

you can use colours without using the close tag </color>. so just use

  Quote

<color=red>mytext<color=white>myothertext

Expand  

Unfortunately you cant use size anymore

Whispers88

Posted

  On 12/5/2024 at 8:47 PM, Papi Rusty said:

isnt there a free one on umod . whats the difference

Expand  

This one gives you messages for queue, joinging and ingame loading screens with custom refresh times per message. This is also much more performant than the free one.

Whispers88

Posted

  On 12/5/2024 at 9:00 PM, dustyhansen said:

Is there a place to see the icons without having to try them all?

Expand  

Ill try post a list later today

Whispers88

Posted (edited)

  On 12/5/2024 at 9:30 PM, fullwiped said:

Hello @Whispers88 How can we make colored messages?

"Message": "<color=yellow>TEST</color>"

didn't work for me.

Expand  

you can use colours without using the close tag </color>. so just use
 

  Quote

<color=red>mytext<color=white>myothertext

Expand  

 

Edited by Whispers88
  • Love 1
fullwiped

Posted

  On 12/5/2024 at 10:11 PM, Whispers88 said:

you can use colours without using the close tag </color>. so just use
 

 

Expand  

Thats good thank you!

14b1.png

  • Love 1
Ryuu

Posted

Is there a way to configure multiple languages using lang files?

  • Like 1
  • Love 1
BenDer

Posted

Please make the language of the notifications match the language of the player's client.

  • Love 1
benks

Posted (edited)

Hello in this do you add rich text can we use the size br and tags for like playername playtime eco... ? Thank @Whispers88

Edited by benks
  • Like 1
Whispers88

Posted

  On 12/8/2024 at 12:33 PM, BenDer said:

Please make the language of the notifications match the language of the player's client.

Expand  

 

  On 12/6/2024 at 3:00 PM, AaronL said:

Is there a way to configure multiple languages using lang files?

Expand  

Working on this

Whispers88

Posted

  On 12/6/2024 at 3:00 PM, AaronL said:

Is there a way to configure multiple languages using lang files?

Expand  

 

  On 12/8/2024 at 12:33 PM, BenDer said:

Please make the language of the notifications match the language of the player's client.

Expand  

Added in V1.0.4

  • Love 1
Whispers88

Posted

  On 12/10/2024 at 12:25 AM, benks said:

Hello in this do you add rich text can we use the size br and tags for like playername playtime eco... ? Thank @Whispers88

Expand  

you can only use color, b, u, and i

fullwiped

Posted (edited)

Hello @Whispers88
thank you for adding language support. I see that the new config includes Spanish and Portuguese support.
Will there also be support for languages like Russian, French, German, and Turkish?
For example, we have many Rust players from Russia, so Russian support could be very beneficial.

Edited by fullwiped
Whispers88

Posted

  On 12/10/2024 at 7:23 AM, fullwiped said:

Hello @Whispers88
thank you for adding language support. I see that the new config includes Spanish and Portuguese support.
Will there also be support for languages like Russian, French, German, and Turkish?
For example, we have many Rust players from Russia, so Russian support could be very beneficial.

Expand  

Yes you can just add them in your self. For example french:
 

"Lang Messages": {
    "fr": {
      "Queue Messages": [
        {
          "iconID": "0",
          "NextMessageTime": 5.0,
          "Message": "Vous êtes dans la file d'attente"
        },
        {
          "iconID": "0",
          "NextMessageTime": 5.0,
          "Message": "Veuillez patienter"
        },
        {
          "iconID": "0",
          "NextMessageTime": 5.0,
          "Message": "Signalez les tricheurs en utilisant f7"
        }
      ]
    }
}

 

  • Like 1
fullwiped

Posted

  On 12/10/2024 at 7:27 AM, Whispers88 said:

Yes you can just add them in your self. For example french:
 

"Lang Messages": {
    "fr": {
      "Queue Messages": [
        {
          "iconID": "0",
          "NextMessageTime": 5.0,
          "Message": "Vous êtes dans la file d'attente"
        },
        {
          "iconID": "0",
          "NextMessageTime": 5.0,
          "Message": "Veuillez patienter"
        },
        {
          "iconID": "0",
          "NextMessageTime": 5.0,
          "Message": "Signalez les tricheurs en utilisant f7"
        }
      ]
    }
}

 

Expand  

Thank you!

  • Like 1
Whispers88

Posted

  On 12/10/2024 at 9:00 AM, GooberGrape said:

Failed to initialize plugin 'LoadingMessages v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.LoadingMessages.UpdateQueuedPlayers () [0x00033] in <b3c21d29a22d4cb881913eeb018b8363>:0 
  at Oxide.Plugins.LoadingMessages.Init () [0x001a8] in <b3c21d29a22d4cb881913eeb018b8363>:0 
  at Oxide.Plugins.LoadingMessages.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000b6] in <b3c21d29a22d4cb881913eeb018b8363>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <beb2b64691c64e2b95b99491bd85442c>:0 
Unloaded plugin Loading Messages v1.0.2 by Whispers88
No previous version to rollback plugin: LoadingMessages

Expand  

You’re two versions out of date. Try updating 

YaMang -w-

Posted

Can you do this in other locations as well?

Whispers88

Posted

  On 12/10/2024 at 2:45 PM, YaMang -w- said:

Can you do this in other locations as well?

Expand  

Yes you can use any language you want

Мехмед

Posted

  On 12/10/2024 at 12:25 AM, benks said:

Hello in this do you add rich text can we use the size br and tags for like playername playtime eco... ? Thank @Whispers88

Expand  

1+ Hello Need add this option.

Whispers88

Posted

  On 12/14/2024 at 9:20 AM, Мехмед said:

1+ Hello Need add this option.

Expand  

You can only use color, b, u, and i. This is because facepunch disabled the rest.

Мехмед

Posted

  On 12/14/2024 at 9:48 AM, Whispers88 said:

You can only use color, b, u, and i. This is because facepunch disabled the rest.

Expand  

The one who is umod is working

Whispers88

Posted

  On 12/14/2024 at 10:26 AM, Мехмед said:

The one who is umod is working

Expand  

What’s not working exactly ? What text are you using ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 1
  • Love 1

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.