Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //PrintText(FONTCOLOR_RED, Buffer);
  2. }
  3. if(wParam == 99)
  4. {
  5. Auto.GetNextPlayer();
  6. PrintText(FONTCOLOR_RED, "GetNextPlayer hat geklappt");
  7. if(Auto.GetPlayerID()==(*p_D2CLIENT_PlayerUnit)->dwOwnerId)
  8. Auto.GetNextPlayer();
  9.  
  10. PrintText(FONTCOLOR_RED, "Neues Target: %s",Auto.GetPlayerNAME());
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement