InfoPanel
Moved
Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018
- 5/5, 160 likes
-
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.
-
delete config and reload plugin see if that helps and can you upload the config so it can be checked
-
What Oxide build are you on?
-
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.
-
hello, how i can change the donate text 0.00 to 3.00 $ or anything. i dont see the line :/
-
i think this is with the economics plugin
-
How do I make the following configuration as in the picture ??
-
How can I make sure the gui does not look inside the inventory?
-
How do you change the color of the texts?
-
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 -
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 thatAttached Files:
-
-
love this one. is there a way to add money to it?? that would make it the best one out today. thanks
-
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:
Has something to do with that return line...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); }
Any help / ideas would be awesome. I also want to add the ServerRewards info onto the panel and will be looking into that... -
See External plugin call trouble | Oxide - Make sure to read all the way through
-
back working again, unloaded plugin and monument radiation and loaded them back up again, everything working, got the icon going green/yellow , great plugin
-
Much appreciated!
-
Guys help out! What do I need to change in the config file to the bottom panel has moved up against the left edge ??
-
any help to implement serverrewards in infopanel.
-
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", }
