InfoPanel

Moved

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

5/5, 160 likes
  1. fast fix, added .isConnected OnPlayerInit check and incrase some timers delay
     
    Last edited by a moderator: Feb 19, 2016
  2. How to change the color of messages?
    -----------------------------------------------
    Resolved:
    <color=orange>...</color>
     
    Last edited by a moderator: Feb 2, 2016
  3. Hello!
    Please help me with top left map!
    I see how i walk, but i cant see map picture!
     
    Last edited by a moderator: Feb 19, 2016
  4. Yea, looking for the same thing! Would love to have it in the middle of the bar, just like you said. Have tryed but failed.. . anyone?
    [DOUBLEPOST=1454479919,1454448590][/DOUBLEPOST]Okey, I've seen server owners putting in their logotyp to the info panel on like 60% of the servers I've joined. But nobody answer when I gently ask how to do it. Not even when I go the plugins own topic huh, must be couyse you all who know how to do it wanna keep your server speciaaaal. Baah n/m!!
     
  5. Code:
    [Notifier v2.18.0] Player left the server. (Reason: Ping is too high: 303ms)
    (19:06:57) | [Oxide] 7:06 PM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object)
    (19:06:58) | [Oxide] 7:06 PM [Error] Failed to run a 1.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object)
    This has happened twice now, right after he gets kicked for high ping. (reloading fixes it)
     
  6. Is there a way to change color to all font in this plugin? and where in that case?
     
  7. Have you tryed <color=orange>...</color>
    [DOUBLEPOST=1454595266][/DOUBLEPOST]Still looking for some help with adding my server logo/image to the center of the infopanel bar, next to the compass/coordinates, anyone?
     
  8. but that is only avalible for messages and compas but how about the rest?
     
  9. How to translate the plugin to russian lang?
     
  10. не могу писать исправьте э)
     
  11. There are two 'if' statements with identical conditional expressions. The first 'if' statement contains method return. This means that the second 'if' statement is senseless InfoPanel.cs 2623
    There are two 'if' statements with identical conditional expressions. The first 'if' statement contains method return. This means that the second 'if' statement is senseless InfoPanel.cs 2588
     
  12. Yes how do we do that
     
  13. Aye, I am also wondering this. Tried to add custom panel and stuff, but it seems that I do not get it right.
     
  14. Same here, been naging about it for weeks! Lots of servers using it but no one share the knowlage
     
  15. Ok so I solved it. I will post instructions here how to add images to the bar.

    Code:
    "BigLogo": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomDock",
          "Height": 1,
          "Margin": "0 0 0.001 0.024",
          "Order": 9,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.95,
            "Margin": "0 0.00 0.0 0.00",
            "Order": 1,
            "Url": "http://yourimage.jpg",
            "Width": 2
          },
          "Width": 0.055
        },
    "SmallLogo": {
          "AnchorX": "Right",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0",
          "Dock": "BottomDock",
          "Height": 1,
          "Margin": "0 0 0 0.002",
          "Order": 6,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0",
            "Height": 1.2,
            "Margin": "0 0 0 0",
            "Order": 1,
            "Url": "http://yourimage.jpg",
            "Width": 0.89
          },
          "Width": 0.055
        }
    Add those panels at the bottom, right under sleepers. (do not for get to add a " , " after the previous curly bracket.)
    You need to add your own image in the "Url" section and also tweek height, width and margins to fit your images.

    I will atach an image how it looks on my server with exact those settings provided here.
     

    Attached Files:

  16. Cool Nice work thx i will test it
     
  17. I will post my config file here so you can use it and modify it as you please on your own server. It may be easier!
     

    Attached Files:

  18. Hello, I'm trying to change the settings plug. I changed the name of "Beware! You are not Alone" with "Hello my peoples" and nothing has changed. what is the problem?
     
  19. Did you change it in the config or script