Jump to content

4 Screenshots

  • 8.2k
  • 653
  • 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

1 hour ago, 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.

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

Quote

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

Unfortunately you cant use size anymore

Whispers88

Posted

1 hour ago, Papi Rusty said:

isnt there a free one on umod . whats the difference

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

1 hour ago, dustyhansen said:

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

Ill try post a list later today

Whispers88

Posted (edited)

41 minutes ago, fullwiped said:

Hello @Whispers88 How can we make colored messages?

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

didn't work for me.

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

Quote

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

 

Edited by Whispers88
  • Love 1
fullwiped

Posted

5 minutes ago, Whispers88 said:

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

 

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 8:33 PM, BenDer said:

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

 

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

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

Working on this

Whispers88

Posted

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

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

 

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

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

Added in V1.0.4

  • Love 1
Whispers88

Posted

2 hours ago, 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

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

1 minute ago, 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.

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

9 minutes ago, 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"
        }
      ]
    }
}

 

Thank you!

  • Like 1
Whispers88

Posted

48 minutes ago, 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

You’re two versions out of date. Try updating 

YaMang -w-

Posted

Can you do this in other locations as well?

Whispers88

Posted

7 hours ago, YaMang -w- said:

Can you do this in other locations as well?

Yes you can use any language you want

Мехмед

Posted

On 12/10/2024 at 1: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

1+ Hello Need add this option.

Whispers88

Posted

26 minutes ago, Мехмед said:

1+ Hello Need add this option.

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

Мехмед

Posted

38 minutes ago, Whispers88 said:

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

The one who is umod is working

Whispers88

Posted

17 minutes ago, Мехмед said:

The one who is umod is working

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.4k

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.