Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I was having trouble with the over all set up.
I am new to C# and your coding was a little confusing.
To be honest idk if I can be helped at this point lol, a detailed video would be awesome tho
Plugins can be made with multiple .cs files. With this in mind we can use visual studio to make a GUI (in your plugin's project create a new window form). Just edit the GUI as you please and once it is done (and the code) just (in the constructor method) create a new thread for it and bam your done.. You will probably have to look a little bit of that up (threading etc) but thats how it works.