(07-29-2012, 21:18)JayDi Wrote: @Ich1994 add folder creation. It doesnt load because i forgot to make code to create "ezm" folder in /plugins folder.
It is reason, why plugin is not loading.......
Make something like
Code:if(!Directory.Exist(Directory.GetCurrentDirectory() + "/plugins/ezm"))
{
Directory.Create(Directory.GetCurrentDirectory() + "/plugins/ezm");
ServerPrint("Can't find ezm folder. Creating new.");
}
You did not forget to add it. It was in your original code.
Also i am not creating a extra folder.
BTW: The Plugin is only partially working on other servers. But not the main parts of it.
EDIT:
(07-29-2012, 20:21)jer123c Wrote: i got this plugin working now, but somehow it will only work in lan whit the plugin i cant play online
Interesting. Are you sure that you can not play online. Because other ppl could join my Server when i tested the Plugin.