SHJordan
Member
- Joined
- Oct 20, 2012
- Messages
- 636
Still not working for me, can you fix it?You can fix the problem by yourself, Im not involved in any way in the development of this plugin, but I think HB new API doesnt support overriding Initialize() anymore.
For fixing it just open Plugin.cs, add the constructor
Code:public Plugin() { Settings.LoadSettings(); }
and remove or comment Initialize() like this
Code:// public override void Initialize() // { // Settings.LoadSettings(); // }
or you can just download my fixed Plugin.cs and replace the old one with it in HB\Plugins\Anticap.
Compiler Error: d:\Users\Jordan\Documents\Honorbuddy\Plugins\Anticap\Plugin.cs(140,38) : error CS0246: O nome de namespace ou o tipo 'Item' não pôde ser encontrado. Precisa de uma diretiva using ou de uma referência de assembly?
Compiler Error: d:\Users\Jordan\Documents\Honorbuddy\Plugins\Anticap\Plugin.cs(160,16) : error CS0246: O nome de namespace ou o tipo 'Item' não pôde ser encontrado. Precisa de uma diretiva using ou de uma referência de assembly?
Compiler Error: d:\Users\Jordan\Documents\Honorbuddy\Plugins\Anticap\Plugin.cs(178,35) : error CS0246: O nome de namespace ou o tipo 'Item' não pôde ser encontrado. Precisa de uma diretiva using ou de uma referência de assembly?
Compiler Error: d:\Users\Jordan\Documents\Honorbuddy\Plugins\Anticap\Plugin.cs(216,24) : error CS0246: O nome de namespace ou o tipo 'AntiCapForm' não pôde ser encontrado. Precisa de uma diretiva using ou de uma referência de assembly?