diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index 0ffd2874..b03f11f4 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -36,7 +36,7 @@ void DrawModelExecute_hook(IVModelRender* _this, const DrawModelState_t& state, } } }*/ - if (!(no_arms || no_hats || hacks::shared::chams::enable)) { + if (!(no_arms || no_hats || hacks::shared::chams::enable) || (clean_screenshots && g_IEngine->IsTakingScreenshot())) { ((DrawModelExecute_t)(hooks::hkIVModelRender->GetMethod(hooks::offDrawModelExecute)))(_this, state, info, matrix); return; }