InfoPanel

Moved

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

5/5, 160 likes
  1. Dont have the problem and tested with the last 3 oxide builds so I stand by what I said
     
  2. I didn't have the problem before the update today. I have validated my json and I updated oxide a few hours ago, after the update. Still not working. Did another update for oxide come out since? I will try again tomorrow.
     
  3. delete config and reload plugin see if that helps and can you upload the config so it can be checked
     
  4. What Oxide build are you on?
     
  5. Would anyone want to share their config file to make all the infos on the left, with color in there? I have no idea what im doing. :D
     
  6. hello, how i can change the donate text 0.00 to 3.00 $ or anything. i dont see the line :/
     
  7. i think this is with the economics plugin
     
  8. How do I make the following configuration as in the picture ?? Снимок.JPG
     
  9. How can I make sure the gui does not look inside the inventory?
     
  10. How do you change the color of the texts?
     
  11. Use <color=white>"text here"</color> for the messages.
    Use this website for the others and just change the numbers with the number of the color you want.
    CSS 3.0 RGBA | CSS RGBA | CSS3 RGBA | RGBA
     
  12. Peleman try this text for the positions, you will have to use your own stuff for what goes in the top right panel (shown in the messages section)

    the reason for my post is that it is no longer showing rads on/off , showing everything else but that
     

    Attached Files:

  13. love this one. is there a way to add money to it?? that would make it the best one out today. thanks
     
  14. for the life of me I'm trying to get the balance formatting to display as only thousands place (like 1,230,000) and not have decimals (NOT like 1,230,000.00) I did something to get it to a raw number (1230000) but forgot what. This is the object I'm fiddling with:

    Code:
           public double GetBalance(string PlayerID)
                {
                    var player = RustCore.FindPlayerByIdString(PlayerID);
                    if (player == null) return 0;
                    return (double)(Interface.Oxide.CallHook("GetPlayerMoney", player.userID) ?? 0);
                }
    
    Has something to do with that return line...

    Any help / ideas would be awesome. I also want to add the ServerRewards info onto the panel and will be looking into that...
     
  15. See External plugin call trouble | Oxide - Make sure to read all the way through
     
  16. back working again, unloaded plugin and monument radiation and loaded them back up again, everything working, got the icon going green/yellow , great plugin
     
  17. Guys help out! What do I need to change in the config file to the bottom panel has moved up against the left edge ?? Снимок.JPG
     
  18. any help to implement serverrewards in infopanel.
     
  19. Code:
    { "TopLeftDock", new DockConfig
                            {
                                Available = true,
                                Width = 0.175f,
                                Height = 0.03f,
                                AnchorX = "Left",
                                AnchorY = "Bottom",
                                Margin = "0.005 0.010 0.005 0.005",
                                BackgroundColor = "0 0 0 0.4",
                            }