InfoPanel

Moved

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

5/5, 160 likes
  1. I am keeping the script default and editing the config this is better for future updates I also need to keep the message box as is
     
  2. Okay, np. :) I think it will not be a problem if u change this part of code every update.
    Developer should include this on next updates, i think.
     
  3. I dont see him adding it as it messes the message up it needs its on logo line
     
  4. May i have the code please? I donate u also!
     
  5. [​IMG]
    Asking it again but, does someone know why i have a empty thing after the radiation box?
     
  6. im trying to get the info panel plugin to work. i havent touched the config for it because the overview didnt say to. shouldnt it be loading up when i start the server?
    [DOUBLEPOST=1469824851][/DOUBLEPOST]i looked in the config and alot of stuff is in "" do i need to take everything out of the "" to get it to work?
    [DOUBLEPOST=1469824979][/DOUBLEPOST]or if i have to change the config for it to show up for everyone that joins can someone post the config to make the info panel fit right underneath the item boxes?
     

  7. Resistance could you help me with this one?
     
  8. hey i copied you .json file and reloaded the plugin. can you tell me why the info panel isnt showing ingame?
     
  9. [​IMG]

    Here's the json of my config, couldn't manage to fix the thing after the radiation box but i hope it will help someone.
     

    Attached Files:

  10. Thanks Sylar!
     
  11. Need to test mine but cant sit at pc to do that as i am still sore will test next week
     

  12. i copied your .json and reloaded but it still doesnt appear when i relog into game? do you happen to know whats wrong?
     
  13. Change the backgroundColor and make the dock not visible.
    Code:
    "BottomRightDock": {
          "Available": true,
          "AnchorX": "Right",
          "AnchorY": "Bottom",
          "Width": 0.19,
          "Height": 0.03,
          "BackgroundColor": "0 0 0 0",
          "Margin": "0.005 0.005 0.005 0.165"
        },
    "BackgroundColor": "0 0 0 1", => 100% visible
    "BackgroundColor": "0 0 0 0", => not visible
    [DOUBLEPOST=1469839717][/DOUBLEPOST]
    You have to download my InfoPanel.cs and the json to see this working.
     
  14. [You have to download my InfoPanel.cs and the json to see this working.[/QUOTE]

    so then i need to put the .json and overwrite the one in the oxide/configs folder correct?
    [DOUBLEPOST=1469841212][/DOUBLEPOST]thanks a ton Wuub
     
  15. Just downloaded this Plugin, followed all the stops but the panel isnt showing in game, /ipanel works in game but wont show the panel so i guess im missing something ?

    Any help would be great!
     
  16. Try reading other posts
     
  17. I love what you did, just wanted to know is it possible to move the message banner to the top middle and make longer, and move the user on line where the message is now. For me that would be the ultimate position. Building Privilege overlaps.
     
  18. I have one the message banner is at the top left a bit but still am not done with it, it also users the default plugin can sent it to you in a pm for testing if you want
     
  19. Yes its possible, just play with the "margin" of each dock, use oxide.reload or the reload plugin to avoid having to reboot each time.
    Do not forget to modify anchor, width. I can't do it cause i do not have time to do it rn and i have lustymap blocking
     
  20. Thanks I will try that.