InfoPanel

Moved

Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018

5/5, 160 likes
  1. i will try help you on thursday or send you my config file. İ had this problem...

    You can create more docks for all icon. Example:
    Code:
    "SleepersBottomLeftDock": {
          "AnchorX": "Left",
          "AnchorY": "Top",
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Height": 0.03,
          "Margin": "0.005 0.162 0.005 0.005",
          "Width": 0.18
        },
    but it's very hard and wants time :)
     
    Last edited by a moderator: Apr 4, 2017
  2. edit plugin :) just changed all from bottom to top and wotks :D
     
  3. is there anyone know how can i create another message box?
     
  4. think same way need edit plugin and thats a bit work :)
     
  5. Hello there, okay so I got the panel working...Finally, I am new to all this. What I'm finding also is that icons are all bunched up and overlapping. How would I move the clock over a bit more to the left and say the message to the top? I have taken out the balance icon, thanks to this thread. Please help, thank you
     
  6. Can anyone help me configure the plugin so that connection messages and when airdrops are coming in please thanks!
     
  7. Would it be possible for you to send the edited plugin? I've tried everything mentioned on the thread but i'm having no luck.
     
  8. its all in config ? what help u need :>
     
  9. This is my infopanel.json if anyone want to use it.
    Thanks @Brohawk

    İ m searching for "how to create another message box." İs there anyone know how can i create? (Sorry for my english)
     

    Attached Files:

  10. if i want to move the message box to the center top do i just change "Dock": "TopRightDock" to "Dock": "TopcenterDock"?
     
  11. How do I move the Z-levels counter my man? nice setup BTW
     
  12. Paste this in your top of zlevels config.

    Code:
    "CUI": {
        "Bounds": {
          "HeightLower": "0.060",
          "HeightUpper": "0.22",
          "WidthLeft": "0.66",
          "WidthRight": "0.835"
        },
     
  13. Is there a way to remove the box for economics? because i'n my server I don't use it and if not enabled it keep the large grey box and the clock doesn't look good.
     
  14. How can i change the language of messages? When i write in Cyrillic, It shows questions instead of words
     
  15. Save your lang file as utf 8
     
  16. How do you slow down how fast the messages go?
     
  17. i believe its "MessageUpdateFrequency (seconds)": 40,
     
  18. How do you add the whole info bar to the bottom like that?
     
  19. This is always appearing in my compiler file, I believe that you have to disable something so that you do not create these warnings, can anyone help me with this please?

    I'm sorry for my english

    InfoPanel.cs(26,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.TestTimer' is never used
    InfoPanel.cs(957,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.TimeUpdater' is assigned but its value is never used
    InfoPanel.cs(1016,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MsgUpdater' is assigned but its value is never used
    InfoPanel.cs(1019,22): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MessageBoxAvailable' is assigned but its value is never used
    InfoPanel.cs(1102,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.HeliAttack' is never used
    InfoPanel.cs(1103,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.RadiationUpdater' is assigned but its value is never used
    InfoPanel.cs(1115,32): warning CS0169: The private field `Oxide.Plugins.InfoPanel.ActiveHelicopter' is never used
    InfoPanel.cs(1307,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.BalanceUpdater' is assigned but its value is never used
    InfoPanel.cs(1349,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CoordUpdater' is assigned but its value is never used
    InfoPanel.cs(1392,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CompassUpdater' is assigned but its value is never used
     

    Attached Files: