lol it could have been a mistake writing Y For Z. I maybe Mistaken. but Isn't X,Y,Z = third Dimension. Which Might Work for First person Viewer,
I believe to Move Icons Up and Down Left and Right Positions Only Require X and Y.
InfoPanel
Moved
Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018
- 5/5, 160 likes
-
Please help i am getting this in console
Code:[2/13/2016 10:11:20 AM] [Oxide] 10:11 AM [Error] Failed to run a 4.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:11:28 AM] [Oxide] 10:11 AM [Error] Failed to run a 20.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:07 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:12 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:21 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:21 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:23 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:25 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:33 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:13:33 AM] [Oxide] 10:13 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:15:05 AM] [Oxide] 10:15 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:15:05 AM] [Oxide] 10:15 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [2/13/2016 10:15:13 AM] [Oxide] 10:15 AM [Error] Failed to run a 2.00 timer in 'InfoPanel v0.8.14' (NullReferenceException: Object reference not set to an instance of an object) [
-
-
Often oxide.reload InfoPanel works to get rid of this messages...
-
-
Anyone getting this error with the new Rust update?
[Oxide] 12:45 PM [Error] InfoPanel plugin failed to compile!
[Oxide] 12:45 PM [Error] InfoPanel.cs(2675,143): error CS1061: Type `Network.Server' does not contain a definition for `maxConnections' and no extension method `maxConnections' of type `Network.Server' could be found. Are you missing an assembly reference?
They must have changed something as Oxide Mod was having a similar error until it was updated about 15 minutes ago. -
Infopanel is broke
-
Yeah update please!
-
Its the ne update thats broke it. The maxplayers command garry added has caused an error on the info panel
-
RIp you know a fix for this?
-
hope a fix comes along, this plugin is really useful. lol
-
looking at the code now but i aint a coder haha
-
..................
-
Neither am i a coder
Lol ppl keep msg me where its gone
-
I was able to get it fixed by changing "Network.Net.sv.maxplayers" to "ConVar.Server.maxplayers" in the InfoPanel.cs file. I have attached the fixed .cs file.
-
Noooo the new update broke this pretty piece
InfoPanel.cs(2675,143): error CS1061: Type `Network.Server' does not contain a definition for `maxConnections' and no extension method `maxConnections' of type `Network.Server' could be found. Are you missing an assembly reference?
[DOUBLEPOST=1455829280][/DOUBLEPOST] -
-
Fixed legend
-
Yeah I just rebooted my build server and everything looks good. Yay for going through Oxide Mod's coding and finding the change needed.