Если скрин твой не поддельный скажи мне на милость почему слив был после того как он появился на слив форуме?Не раньше же
Максимальная производительность для ваших игровых серверов!
Заказать сейчасЕсли скрин твой не поддельный скажи мне на милость почему слив был после того как он появился на слив форуме?Не раньше же
toplugin site is TRASH!i'm sure - on topplagin and then it appeared on sale after my drain on the drain forum
Я тебе показал? Думаю этого достаточно!!!Если скрин твой не поддельный скажи мне на милость почему слив был после того как он появился на слив форуме?Не раньше же
Ок - ждем обновленный ui на форуме - если и вправду покупал :smirk::tearsofjoy:Я тебе показал? Думаю этого достаточно!!!
Перейди в UI/Assets/Editor и открой UGUIMenu.cs.
все помогло, благодарюПерейди в UI/Assets/Editor и открой UGUIMenu.cs.
Найди в файле
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{"};"}");
}
и измени на
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{"}"}");
}
Yes.Then you need to know how to use this code when writing a pluginThanks, Yes that i have. And than how it Shows Up in Rust? I get a txt with the cui Code, after this ?
This cannot be explained in a couple of minutes, and it requires understanding how to import the txt code into the plugin's cs file. Therefore, it is better to study other plugins with GUI, what works and howI get the Text doc.
private void RustUI(BasePlayer Player)..........
How to Import into the Server ? I have Concert top ca and add some Things but dont Work XD i have to Code Something more ?
Such is not or have not met.You need to study the UMOD (oxide) documentation to start creating entry-level plugins. CUI is not easy, study other people's plugins with UMOD to understand how you import code from txtI only search for a Plugin with a cui with textbar and in Button click ist Output console command XD, any Idea ? Is there a Plug in easy to usw for IT ?
Исправление опечаток и ошибок в плагине UGUIMenu