Dont have the problem and tested with the last 3 oxide builds so I stand by what I said
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.
-
-
-
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 :/
-
-
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 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:
-
-
-
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); }
Any help / ideas would be awesome. I also want to add the ServerRewards info onto the panel and will be looking into that... -
-
back working again, unloaded plugin and monument radiation and loaded them back up again, everything working, got the icon going green/yellow , great plugin
-
-
Guys help out! What do I need to change in the config file to the bottom panel has moved up against the left edge ??
-
-
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", }