InfoPanel

Moved

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

5/5, 160 likes
  1. 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.
     
  2. 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)
    [
     
  3. Everyone gets that for many plugins its been happening for a while now not sure if it's from rust or a plugin maybe others have worked out what's causing it.
     
  4. Often oxide.reload InfoPanel works to get rid of this messages...
     
  5. Hey. ok. but if i use a plugin that need all three axis like air strike. where you can send a strike to a positions bye enter X,Z,Y coordinates-
     
  6. 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.
     
  7. Infopanel is broke
     
  8. Yeah update please!
     
  9. Its the ne update thats broke it. The maxplayers command garry added has caused an error on the info panel
     
  10. RIp you know a fix for this?
     
  11. hope a fix comes along, this plugin is really useful. lol
     
  12. looking at the code now but i aint a coder haha
     
  13. Eat

    Eat

    11111111111111111.jpg ..................
     
  14. Neither am i a coder :( Lol ppl keep msg me where its gone
     
  15. 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.
     
  16. 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]
    You forgot to attach? xD
     
  17. Work for me ! Thanks Man !
     
  18. Fixed legend
     
  19. Yeah I just rebooted my build server and everything looks good. Yay for going through Oxide Mod's coding and finding the change needed.