04.07.2015, 20:52
Has include option to turn off some checks(like for anti weapon hack or anti health hack)? If not, you should add that possibility with macro definition(eg. #define AC_HEALTH 1 .... #if AC_HEALTH == 1 // code #endif)...