Guest User

Untitled

a guest
Jun 17th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.36 KB | None | 0 0
  1.      if(GetKeyState(VK_SPACE)& 0x8000)
  2.                                  {
  3.                                      if(myTeam = 2)
  4.                                      {
  5.                                         if(players[IDinCross].team = 3)
  6.                                             {
  7.                                                 m_click();
  8.                                             }
  9.                                      }
  10.                                      else if(myTeam = 3)
  11.                                      {
  12.                                         if(players[IDinCross].team = 2)
  13.                                         {
  14.                                             m_click();
  15.                                         }
  16.                                      }
  17.                                      
  18.                                  }
Add Comment
Please, Sign In to add comment