InfoPanel
Moved
Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018
- 5/5, 160 likes
-
-
After the update does not work out
-
how do i add text to top panel? or make a panel middle of the bottom?
-
[DOUBLEPOST=1445607843][/DOUBLEPOST] -
-
-
it's still much more useful than XYZ figures for admin and non modo? you want the players to do with numbers?
RegardLast edited by a moderator: Oct 24, 2015 -
-
Error:
='(
Code:(14:25:26) | [Oxide] 11:25 AM [Warning] [InfoPanel] Reordering Panels. (14:25:26) | [Oxide] 11:25 AM [Error] Failed to initialize plugin 'InfoPanel v0.8.13' (NullReferenceException: Object reference not set to an instance of an object) (14:25:26) | [Oxide] 11:25 AM [Info] Unloaded plugin InfoPanel v0.8.13 by Ghosst
-
[DOUBLEPOST=1445618435][/DOUBLEPOST] -
with the fresh install and json
Code:oxide.reload InfoPanel [Oxide] 5:57 PM [Debug] Preparing compilation [Oxide] 5:57 PM [Debug] Adding plugin to compilation: InfoPanel [Oxide] 5:57 PM [Debug] Probably done preparing compilation: InfoPanel [Oxide] 5:57 PM [Debug] Done preparing compilation: InfoPanel [Oxide] 5:57 PM [Info] InfoPanel was compiled successfully in 936ms [Oxide] 5:57 PM [Info] Loaded plugin InfoPanel v0.8.13 by Ghosst [Oxide] 5:57 PM [Warning] [InfoPanel] Reordering Panels. [Oxide] 5:57 PM [Error] Failed to initialize plugin 'InfoPanel v0.8.13' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 5:57 PM [Debug] at Oxide.Plugins.InfoPanel.PanelReOrder (System.String DockName, System.String AnchorX) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.LoadConfigValues () [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.Init () [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 (System.Reflection.MethodInfo 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.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 [Oxide] 5:57 PM [Info] Unloaded plugin InfoPanel v0.8.13 by Ghosst
Last edited by a moderator: Oct 23, 2015 -
-
It worked perfectly.
Mini map complex map and /map
Thank a lot
Ghosst -
-
Code:
(21:11:53) | [Oxide] 9:13 PM [Info] Unloaded plugin InfoPanel v0.8.12 by Ghosst (21:11:53) | [Oxide] 9:13 PM [Info] No previous version to rollback plugin: InfoPanel (21:11:55) | [Oxide] 9:13 PM [Info] Loaded plugin InfoPanel v0.8.12 by Ghosst (21:11:55) | [Oxide] 9:13 PM [Warning] [InfoPanel] Reordering Panels. (21:11:55) | [Oxide] 9:13 PM [Error] Failed to initialize plugin 'InfoPanel v0.8.12' (NullReferenceException: Object reference not set to an instance of an object) (21:11:55) | [Oxide] 9:13 PM [Info] Unloaded plugin InfoPanel v0.8.12 by Ghosst (21:11:55) | [Oxide] 9:13 PM [Info] No previous version to rollback plugin: InfoPanel
[DOUBLEPOST=1445631394][/DOUBLEPOST]Never mind removed the config and reloaded. -
Rolled back to the older version and everything works fine.
Please fix this problem, can't update if it won't work after that! Thx -
we get an error,,
[Oxide] 10:51 PM [Error] Failed to run a 1.00 timer in 'InfoPanel v0.8.13' (KeyNotFoundException: The given key was not present in the dictionary.) -
[DOUBLEPOST=1445640737][/DOUBLEPOST]
[DOUBLEPOST=1445642128][/DOUBLEPOST]BUG REPORT:
First install or update ?
(If update) Previous version?
Did u reset your config (delete your Config/InfoPanel.json)?
Show me the error msg + Debug msg and a few lines before and after the error.
Thanks!Last edited by a moderator: Oct 24, 2015 -
Fresh reset, deleted config, i get these mostly everytime someone disconnects or suicides or dies, put a check to only refresh players that are actually spawned.
Failed to run a 1.00 timer in 'InfoPanel v0.8.13' (NullReferenceException: Object reference not set to an instance of an object)
Hope this helps, great plugin.
[DOUBLEPOST=1445643559][/DOUBLEPOST]Also theres a bug in default config, no matter what it will only show on bottom
Change BottomPanel to TopPanel on TopPanel Config
{
"Docks": {
"BottomPanel": {
"AnchorX": "Left",
"AnchorY": "Bottom",
"Autoload": true,
"Available": true,
"BackgroundColor": "0 0 0 0.4",
"Dock": "BottomPanel",
"Height": 0.03,
"Margin": "0.005 0.005 0.005 0.005",
"Order": 0,
"Width": 0.99
},
"TopPanel": {
"AnchorX": "Left",
"AnchorY": "Top",
"Autoload": true,
"Available": true,
"BackgroundColor": "0 0 0 0.4",
"Dock": "BottomPanel",
"Height": 0.03,
"Margin": "0.005 0.005 0.005 0.005",
"Order": 0,
"Width": 0.99
}
},
[DOUBLEPOST=1445644959][/DOUBLEPOST]Also had to roll back to previous version since reloading the .13 plugin does nothing, like theres multiple bars open, also i wouldnt set the rad timer or gps to 1 second...thats a waste. try 10 seconds. or user configureable.