Пользователь
-
Автор темы
- #1
For pasterinous
goto hooked_player.cpp, find _declspec(noinline)void hooks::updateclientsideanimation_detour(player_t* player)
change if (g_ctx.globals.updating_animation) to
Ok, you are cool coder now
goto hooked_player.cpp, find _declspec(noinline)void hooks::updateclientsideanimation_detour(player_t* player)
change if (g_ctx.globals.updating_animation) to
C++:
if (g_ctx.globals.updating_animation && m_clientstate()->m_iDeltaTick != -1)
Пожалуйста, авторизуйтесь для просмотра ссылки.