-
Posts
177 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ArtiIOMI
-
Yes and no. If you understand all the functions of this tool and which option is responsible for which element in the UI, everything else is much simpler and easy to use. I created my panel in just an hour. https://codefling.com/uploads/monthly_2022_01/RustClient_yDFGFgYKUh.jpg.f39d224b7b7ea5129e6a68f8418c1859.jpg
- 12 comments
-
Solution Go to UI/Assets/Editor and open UGUIMenu.cs Find in file if (ImageLibaryExports.Count > 0) { int index = 0; fullexport.Append($"\n\n[PluginReference] private Plugin ImageLibrary;\nvoid Loaded() {"{"}"); foreach (var name in ImageLibaryExports.Keys) { fullexport.Append($"\n\t\t\tImageLibrary?.Call(\"AddImage\",\"{ImageLibaryExports.Values.ElementAt(index)}\",{name});"); index++; } fullexport.Append($"\n{"};"}"); } and change to if (ImageLibaryExports.Count > 0) { int index = 0; fullexport.Append($"\n\n[PluginReference] private Plugin ImageLibrary;\nvoid Loaded() {"{"}"); foreach (var name in ImageLibaryExports.Keys) { fullexport.Append($"\n\tImageLibrary?.Call(\"AddImage\",{ImageLibaryExports.Values.ElementAt(index)},\"{name}\");"); index++; } fullexport.Append($"\n{"}"}"); } Save file. Done. @Billy Joe To close. Thanks.
-
If you have problem with it go to directory UI>Assets>Editor and open UGUIMenu.cs Find line(239) with text fullexport.Append($"CuiHelper.DestroyUI(player, \"{UI.name}\");"); and change it to fullexport.Append($"CuiHelper.DestroyUi(player, \"{UI.name}\");"); Save file. Done. @Billy Joe Please close. Thanks.
-
[Part 3]Error while compiling: template.cs(103,68): error CS0103: The name `Image_1138' does not exist in the current context
-
[Part 2]Error while compiling: template.cs(104,2): error CS1519: Unexpected symbol `;' in class, struct, or interface member declaration
-
[Part 1]Error while compiling: template.cs(103,35): error CS1525: Unexpected symbol `https' Broken lines void Loaded() { ImageLibrary?.Call("AddImage",""https://i.imgur.com/Vklka0y.jpg"",Image_1138); };
-
Please Fix It For Others!
-
- 54 comments
-
- #wipe
- #countdown
- (and 5 more)
-
Unfortunately, after using the tool for a long time, I found many bugs that can be a problem for a regular client to go through. Starting with the usual typos, ending with errors in the engine of the tool. To fix this, I had to set aside a few days of my time. One asterisk because despite the reported bug and the diagnosis given, the tool has not been corrected and posted on the site. I can see that the author has put a lot of work into it, the tool is great, but it needs a bit of a refresh.
- 12 comments
-
Ok, I found where I can fix it myself. I also added a new button option to RustUIPropertis, "CloseUIButton"
-
Exported ui badly generates code. CuiHelper.DestroyUI(player, "RustUI"); Instead CuiHelper.DestroyUi(player, "RustUI"); Small typo in the code CuiHelper.DestroyUi
-
- 12 comments
-
Try use IPlayer.Command("chat.add 0 1 Text"); using Oxide.Core; using Oxide.Core.Libraries.Covalence; namespace Oxide.Plugins { [Info("template", "ArtiIOMI", "0.0.1")] [Description("template")] internal class template : CovalencePlugin { #region Commands [Command("txt")] private void cmdTxt(IPlayer iplayer, string command, string[] args){ iplayer.Command("chat.add 0 1 Text"); } #endregion } } template.cs
-
I would like to boast about my plugin, which I have been creating for a long time. It's ready, but needs to be tested well. Let me know if you like it. https://streamable.com/tktvrq https://streamable.com/my4z28 https://streamable.com/mcyvwl
-
-
- 1
-
-
- #small monument
- #green room
- (and 9 more)
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.2