Advertisement
kolton

Untitled

Dec 27th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. if (!Program.DB[i].D2P.Responding)
  2. {
  3. Program.DB[i].respcount += 1;
  4. if (Program.DB[i].respcount > 3)
  5. {
  6. Program.DB[i].respcount = 0;
  7. ConsolePrint("Window is not responding... restarting profile", i);
  8. StopProfile(i);
  9. StartProfile(i);
  10. UpdateRestarts(i);
  11. }
  12. }
  13. else
  14. {
  15. Program.DB[i].respcount = 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement