Thread Rating:
  • 7 Vote(s) - 4.43 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release [Discontinued][Source]EpicZombie V1.1
#11
I added a few known Bugs.
I am also working on them atm. I will also restructure the whole Plugin classes.
So it will not use unsafe threads anymore.
[Image: compiling.png][Image: aLKA8og_460sa.gif]
Reply

#12
A tutorial would be nice. you know, how to install it and how to use it.
Reply

#13
tried the plugin it loaded but it didnt do anything
Reply

#14
(07-29-2012, 18:08)jari333 Wrote: A tutorial would be nice. you know, how to install it and how to use it.

(07-29-2012, 18:22)jer123c Wrote: tried the plugin it loaded but it didnt do anything

On the Server of a friend it does not work too. But on my it does (I think because i run it on my local PC).
However i am rewriting the plugin. After that it should work.

EDIT:
@ everyone. What could be the Problem if a plugin can work on my local PC but not for others?
[Image: compiling.png][Image: aLKA8og_460sa.gif]
Reply

#15
(07-29-2012, 18:27)Ich1994 Wrote:
(07-29-2012, 18:08)jari333 Wrote: A tutorial would be nice. you know, how to install it and how to use it.

(07-29-2012, 18:22)jer123c Wrote: tried the plugin it loaded but it didnt do anything

On the Server of a friend it does not work too. But on my it does (I think because i run it on my local PC).
However i am rewriting the plugin. After that it should work.

EDIT:
@ everyone. What could be the Problem if a plugin can work on my local PC but not for others?

Which net framework version... Try 3.0
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#16
(07-29-2012, 18:41)JayDi Wrote:
(07-29-2012, 18:27)Ich1994 Wrote:
(07-29-2012, 18:08)jari333 Wrote: A tutorial would be nice. you know, how to install it and how to use it.

(07-29-2012, 18:22)jer123c Wrote: tried the plugin it loaded but it didnt do anything

On the Server of a friend it does not work too. But on my it does (I think because i run it on my local PC).
However i am rewriting the plugin. After that it should work.

EDIT:
@ everyone. What could be the Problem if a plugin can work on my local PC but not for others?

Which net framework version... Try 3.0

It is 3.0
[Image: compiling.png][Image: aLKA8og_460sa.gif]
Reply

#17
i got this plugin working now, but somehow it will only work in lan whit the plugin i cant play online
Reply

#18
(07-29-2012, 18:08)jari333 Wrote: A tutorial would be nice. you know, how to install it and how to use it.
Look at the freaking tutorial on the General Discussion FFS. http://www.itsmods.com/forum/Forum-Gener...--136.html
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#19
@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.");
}
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#20
(07-29-2012, 20:23)DidUknowiPwn Wrote:
(07-29-2012, 18:08)jari333 Wrote: A tutorial would be nice. you know, how to install it and how to use it.
Look at the freaking tutorial on the General Discussion FFS. http://www.itsmods.com/forum/Forum-Gener...--136.html
Uhm.... I meant how to use the plugin, not how to install it, that is easy.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] [Discontinued] Speed Plugin Pozzuh 164 86,260 10-06-2014, 12:56
Last Post: Nekochan

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.