Not really sure how using InfoPanel. You can create a new Dock and New Panel with it i'm sure. Sort of like:
AndCode:"Docks": { "Logo": { "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 },
Customizing the Size of it and Where you want it etc.Code:"Panels": { "LogoImage": { "AnchorX": "Left", "AnchorY": "Bottom", "Autoload": true, "Available": true, "BackgroundColor": "0.203 0.596 0.858 0.6", "Dock": "Logo", "FadeOut": 0.0, "Height": 0.95, "Image": { "AnchorX": "Left", "AnchorY": "Bottom", "Available": true, "BackgroundColor": "0 0 0 0.4", "Height": 1.3, "Margin": "0 0.12 -0.2 0.13", "Order": 1, "Url": "http://i.imgur.com/pBoGZgG.png", "Width": 0.71 }, "Margin": "0 0 0 0.0005", "Order": 5, "PanelSettings": { "ActiveColor": "1 0 0 1", "InactiveColor": "1 1 1 1" }, "Width": 1 },
InfoPanel
Moved
Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018
- 5/5, 160 likes
-
Hi There! If got a question! I like this plugin a lot but editing the bars are killing me...
I tried it a couple of times but gone horrible wrong.. Could somebody help me with it?
I want it like that on the screen below
-
-
-
This config was for the changes i needed help with?
-
[DOUBLEPOST=1518662338][/DOUBLEPOST]I'm just gonna leave this here >.> <.< instantreality 1.0 - tools - color calculator
If someone is needing to know how to change the background colors -
InfoPanel dont work now anymore with RP Points!!!
tested with Oxide.Rust 2.0.3829
is it possible that you add RP Points from ServerRewards in this newest version.
not economics
Code:(09:32:03) | InfoPanel was compiled successfully in 1748ms(09:32:03) | Unloaded plugin InfoPanel v0.9.7 by Ghosst / Nogrod(09:32:04) | Failed to call hook 'OnServerInitialized' on plugin 'InfoPanel v0.9.7' (NullReferenceException: Object reference not set to an instance of an object)at Oxide.Plugins.InfoPanel+Balance.GetBalance (System.String id) [0x00000] in <filename unknown>:0at Oxide.Plugins.InfoPanel.InitializeGUI (.BasePlayer player) [0x00000] in <filename unknown>:0at Oxide.Plugins.InfoPanel.OnServerInitialized () [0x00000] in <filename unknown>:0at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0(09:32:04) | Loaded plugin InfoPanel v0.9.7 by Ghosst / Nogrod
Last edited by a moderator: Feb 15, 2018 -
The Same for me... doas not working anymore -
I dont have any problems? Just completed the plugin
-
you dont use RP Points in infopanel, thats why all works
-
Wulf Community Admin
-
anyone an idea how to integrate now the RP in InfoPanel again ?
@Wulf, how about integrating the support for the serverrewards plugin into the infopanel plugin for everyone?Last edited by a moderator: Feb 15, 2018 -
Epic!
-
-
-
anyone with server rewards mod i edited lines and changed to look like this.
Code:var player = RustCore.FindPlayerByIdString(id); if (player == null) return 0; return (int)instance.ServerRewards?.Call("CheckPoints", (id)); }
-
Wulf Community Admin
-
-
is it possible to update map coord on your current position on map ?
(A1 / A2 / etc ....)
Thanks