infogulch

Untitled

Dec 28th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if !Mod(A_Index, 50)
  2. {
  3.     currentTime := A_TickCount
  4.     if oldTime
  5.         AverageTime := (currentTime - oldTime) / 50
  6.     oldTime := currentTime
  7. }
Advertisement
Add Comment
Please, Sign In to add comment