____ _ _ | _ \ _____ _| |__ (_)_ __ | | | |/ _ \ \/ / '_ \| | '_ \ | |_| | (_) > <| |_) | | | | | |____/ \___/_/\_\_.__/|_|_| |_|
Title:EGOR RAKHMANINOV
Created:Jun 19th, 2020
Created by: Anonymous
Views: 293
Comments: 0
Username: Anonymous - (Login)
Please note that all posted information is publicly available and must follow our TOS.
switch ( shots_missed[idx] % 3 ) { case 0: csgo->animstate->m_goalfeet_yaw = math::yaw(csgo->player->m_eye_yaw().y + 60.f); break; case 1: csgo->animstate->m_goalfeet_yaw = math::yaw(csgo->player->m_eye_yaw().y + 180.f); break; case 2: csgo->animstate->m_goalfeet_yaw = math::yaw(csgo->player->m_eye_yaw().y - 60.f); break; default: break; }