Report reply Lemo Posted July 26, 2020 How can i remove the ECO buttons in the menu ? i like to run fully on RP and dont need the ECO visual in the Garage UI. greets Lemo Quote Share this comment Link to comment
Report reply Krungh Crow Posted July 26, 2020 cant be disabled with current coding it does notify it is disabled i could add this to the plugin if u really want to dissable it you can go into the cs file and edit the UI buttons //elements.Add(new CuiButton { Button = { Command = "EcoGiveChas2", Color = $"{configData.BtnClr}" }, RectTransform = { AnchorMin = "0.075 0.500", AnchorMax = "0.175 0.575" }, Text = { Text = $"Small Chassis \nOccasion for {configData.CostChas2Eco} Eco", Color = $"{configData.BtnTextClr}", FontSize = 11, Align = TextAnchor.MiddleCenter } }, mainName); add // so the plugin ignores the buttons using the eco commands. I will add this for the next update Quote Share this comment Link to comment
Report reply Krungh Crow Posted July 26, 2020 Changed Status from Pending to Work in Progress Quote Share this comment Link to comment
Report reply Lemo Posted July 26, 2020 7 minutes ago, Krungh Crow said: cant be disabled with current coding it does notify it is disabled i could add this to the plugin if u really want to dissable it you can go into the cs file and edit the UI buttons //elements.Add(new CuiButton { Button = { Command = "EcoGiveChas2", Color = $"{configData.BtnClr}" }, RectTransform = { AnchorMin = "0.075 0.500", AnchorMax = "0.175 0.575" }, Text = { Text = $"Small Chassis \nOccasion for {configData.CostChas2Eco} Eco", Color = $"{configData.BtnTextClr}", FontSize = 11, Align = TextAnchor.MiddleCenter } }, mainName); add // so the plugin ignores the buttons using the eco commands. I will add this for the next update Thanks i will try it now. and wait for the function after the update. I really like how you made it. Quote Share this comment Link to comment
Report reply Krungh Crow Posted July 26, 2020 yes i try make it so that it can be changed visualy for server owners colors backgrounds and images. Tthis is my first big plugin so for me it is also a learning progress Quote Share this comment Link to comment
Report reply Lemo Posted July 26, 2020 it works amazing my friend. thanks 1 Quote Share this comment Link to comment
Report reply Krungh Crow Posted July 28, 2020 Looking good Might want to make the leave button color completely transparent x.x.x.0 as in alpha) Quote Share this comment Link to comment
Report reply Krungh Crow Posted July 29, 2020 Changed Status from Work in Progress to Closed Quote Share this comment Link to comment
Report reply Krungh Crow Posted July 29, 2020 Changed Fixed In to 1.0.9 1 Quote Share this comment Link to comment