Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if (stage == FRAME_NET_UPDATE_POSTDATAUPDATE_START)
  2. {
  3. for (int i = 1; i < 64; i++)
  4. {
  5. IClientEntity* pEntity = Interfaces::EntList->GetClientEntity(i);
  6.  
  7. if (!pEntity)
  8. continue;
  9.  
  10. if (Menu::Window.RageBotTab.ResolverOverride.GetState())
  11. {
  12. pEntity->GetEyeAngles().y += 180.0f;
  13. }
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement