InfoPanel

Moved

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

5/5, 160 likes
  1. does anybody know how to remove the money from
    the info panel ???????????
     
  2. Hi rly nice plugin!

    The plugin works good but i become after the reload or spawn this message:

    [BUNDLE]Not found: assets/content/generic textures/fulltransparent.tga
    [BUNDLE]Not found: assets/content/generic textures/fulltransparent.tga
    [BUNDLE]Not found: assets/content/generic textures/fulltransparent.tga
    [BUNDLE]Not found: assets/content/generic textures/fulltransparent.tga

    what can i do?

    thx
     
  3. currently using the latest version of this plugin and just realised that the $$ isn't going up when someone sells something in the GUIShop plugin. Anyone know the issue?
     
  4. Yes, but I'd like to know how to move it all to the top. I can move it, but its not at the edge of the screen, its centered. How do I make the bar contain ALL info panels and fill the entire full screen above?
     
  5. duplicated everything related to balanced and swapped it over to rewards so on my server you can see ServerRewards and Economics balance. I'm getting an odd error when I reload however...

    Utilized the info from this post:

    But am running into this error:

    Code:
    21:00 [Error] Failed to call hook 'OnServerInitialized' on plugin 'InfoPanel v0.9.5' (NullReferenceException: Object reference not set to an instance of an object)
    21:00 [Stacktrace]   at Oxide.Plugins.InfoPanel+Rewards.GetRewards (System.String id) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel.InitializeGUI (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel.OnServerInitialized () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel.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 
    I redubbed GetBalance to GetReward and for testing if I swap the return to just return(int)1 it works... Dunno if this is on my end or something with ServerRewards?
     
  6. this plugin has money in bottom left? How to remove??
     
  7. Code:
        "Balance": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true, /// <<< set to false
    
     
  8. Hi how do i get all of the information in the plugin to be a single bar at the bottom. Thank you in advance to anyone that can help.
     
  9. There should be a collection of InfoPanel config files posted somewhere for those of us that are horrible with configuring GUIs. That way we can find one we like and steal it if someone is posting it to the public :p
     
  10. Hey guys it would be very helpful if you could help me, I keep trying to get ipanel to work but its just keeps displaying "Failed to runa 1.00 timer in "Infopanel v0.9.4'
     
  11. i want place everything on the battom like it was normal .
    can someone send me the normal settings on the config?
    Steam Community :: Screenshot
    I want to do it like this . can someone send me the settings for this one?
     
    Last edited by a moderator: Apr 2, 2017
  12. I am having this problem with my panel. https://i.gyazo.com/740c15de4f448c7131755c41ee7e517d.png Im trying to get the sleeping numbers out of the way of the airplane.
    Code:
    {
      "CompassDirections": {
        "e": "East",
        "n": "North",
        "ne": "Northeast",
        "nw": "Northwest",
        "s": "South",
        "se": "Southeast",
        "sw": "Southwest",
        "w": "West"
      },
      "Docks": {
        "BottomLeftDock": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Height": 0.03,
          "Margin": "0.005 0.162 0.005 0.005",
          "Width": 0.18
        },
        "BottomRightDock": {
          "AnchorX": "Right",
          "AnchorY": "Bottom",
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Height": 0.03,
          "Margin": "0.005 0.005 0.005 0.165",
          "Width": 0.17
        },
        "TopLeftDock": {
          "AnchorX": "Left",
          "AnchorY": "Top",
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Height": 0.03,
          "Margin": "0.005 0.175 0.005 0.005",
          "Width": 0.19
        },
        "TopRightDock": {
          "AnchorX": "Right",
          "AnchorY": "Top",
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Height": 0.03,
          "Margin": "0.005 0.005 0.005 0.005",
          "Width": 0.39
        }
      },
      "Messages": [
        "Welcome to Rust of World!",
        "Make sure to stop by the Trade Bank! Where they Trade and Bank your items!",
        "Press .esc. and go to .View Webpage. and it'll take you to the discord server!"
      ],
      "Panels": {
        "AirdropEvent": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "TopLeftDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.1 0.1 0.1",
            "Order": 1,
            "Url": "http://i.imgur.com/dble6vf.png",
            "Width": 0.8
          },
          "Margin": "0 0 0 0.01",
          "Order": 4,
          "PanelSettings": {
            "ActiveColor": "0 1 0 1",
            "InactiveColor": "1 1 1 0.1"
          },
          "Width": 0.1
        },
        "Balance": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomLeftDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.01 0.1 0.01",
            "Order": 1,
            "Url": "http://i.imgur.com/HhL5TvU.png",
            "Width": 0.1
          },
          "Margin": "0 0 0 0.01",
          "Order": 7,
          "PanelSettings": {
            "RefreshRate(s)": "5"
          },
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "FadeIn": 0.0,
            "FadeOut": 0.0,
            "FontColor": "1 1 1 1",
            "FontSize": 12,
            "Height": 1.0,
            "Margin": "0 0.02 0 0",
            "Order": 2,
            "Width": 0.848
          },
          "Width": 0.8
        },
        "Clock": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0.1 0.1 0.1 0",
          "Dock": "BottomLeftDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Margin": "0 0 0 0.01",
          "Order": 1,
          "PanelSettings": {
            "ClockUpdateFrequency (seconds)": 4,
            "TimeFormat": "HH:mm"
          },
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "FadeIn": 0.0,
            "FadeOut": 0.0,
            "FontColor": "1 1 1 1",
            "FontSize": 14,
            "Height": 0.95,
            "Margin": "0 0.01 0 0.01",
            "Order": 0,
            "Width": 1.0
          },
          "Width": 0.2
        },
        "Compass": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomRightDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.01 0.1 0.03",
            "Order": 1,
            "Url": "http://i.imgur.com/dG5nOOJ.png",
            "Width": 0.188
          },
          "Margin": "0 0 0 0.01",
          "Order": 8,
          "PanelSettings": {
            "RefreshRate(s)": "1",
            "TextOrAngle": "text"
          },
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "FadeIn": 0.0,
            "FadeOut": 0.0,
            "FontColor": "1 1 1 1",
            "FontSize": 12,
            "Height": 1.0,
            "Margin": "0 0.02 0 0",
            "Order": 2,
            "Width": 0.76
          },
          "Width": 0.5
        },
        "Coordinates": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomRightDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.01 0.1 0.01",
            "Order": 1,
            "Url": "http://i.imgur.com/Kr1pQ5b.png",
            "Width": 0.13
          },
          "Margin": "0 0 0 0.01",
          "Order": 7,
          "PanelSettings": {
            "RefreshRate(s)": "3"
          },
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "FadeIn": 0.0,
            "FadeOut": 0.0,
            "FontColor": "1 1 1 1",
            "FontSize": 12,
            "Height": 1.0,
            "Margin": "0 0.02 0 0",
            "Order": 2,
            "Width": 0.848
          },
          "Width": 0.5
        },
        "HelicopterEvent": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "TopLeftDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.15 0.1 0.1",
            "Order": 1,
            "Url": "http://i.imgur.com/hTTyTTx.png",
            "Width": 0.75
          },
          "Margin": "0 0 0 0.01",
          "Order": 5,
          "PanelSettings": {
            "ActiveColor": "0.7 0.2 0.2 1",
            "InactiveColor": "1 1 1 0.1"
          },
          "Width": 0.1
        },
        "MessageBox": {
          "AnchorX": "Right",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "TopRightDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Margin": "0 0 0 0.005",
          "Order": 7,
          "PanelSettings": {
            "MessageUpdateFrequency (seconds)": 10,
            "MsgOrder": "normal"
          },
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "FadeIn": 0.0,
            "FadeOut": 0.0,
            "FontColor": "1 1 1 1",
            "FontSize": 14,
            "Height": 0.95,
            "Margin": "0 0 0 0.005",
            "Order": 0,
            "Width": 1.0
          },
          "Width": 1.0
        },
        "OPlayers": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "TopLeftDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.05 0.1 0.05",
            "Order": 1,
            "Url": "http://i.imgur.com/n9EYIWi.png",
            "Width": 0.35
          },
          "Margin": "0 0 0 0.01",
          "Order": 2,
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "FadeIn": 0.0,
            "FadeOut": 0.0,
            "FontColor": "1 1 1 1",
            "FontSize": 14,
            "Height": 1.0,
            "Margin": "0 0 0 0.005",
            "Order": 2,
            "Width": 0.60
          },
          "Width": 0.25
        },
        "Sleepers": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "TopLeftDock",
          "FadeOut": 0.0,
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.05 0.1 0.05",
            "Order": 1,
            "Url": "http://i.imgur.com/mvUBBOB.png",
            "Width": 0.60
          },
          "Margin": "0 0 0 0.001",
          "Order": 3,
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "FadeIn": 0.0,
            "FadeOut": 0.0,
            "FontColor": "1 1 1 1",
            "FontSize": 14,
            "Height": 1.0,
            "Margin": "0 0 0 0.005",
            "Order": 2,
            "Width": 0.80
          },
          "Width": 0.19
        }
      },
      "ThirdPartyPanels": {},
      "TimeFormats": [
        "H:mm",
        "HH:mm",
        "h:mm",
        "h:mm tt"
      ]
    }
     
  13. Did anyone ever send it to you?
     
  14. nope ):
     
  15. Poop, I would like the orignial one too...
    [DOUBLEPOST=1491234870][/DOUBLEPOST]Info Panel Help! | Oxide

    If anyone could go look at that ^^^^^^^^^^^^^^^^
     
  16. try download it again . and replace new one . i did it now and its working normal :)
     
  17. Ok, thanks man! Ill go do that now :)
    [DOUBLEPOST=1491249116][/DOUBLEPOST]
    Nope didnt work... Gyazo - 1e80bc61e2cfdb9c89a7d55fdaf57e3e.png
     
  18. Well keep default anchor/width setting should solve your problem
     
  19. i did. it does not work
     
  20. I've tried editing the code myself but have broken it multiple times -_- leaving it in an professionals hands. I'm looking to put all of the UI at the top, get the images less stretched and more spaced out between one another. I have icons that are creeping into one another sides in the original code.

    Anyone happy to help?