Advertisement
osmarks

TPS Calculator

Jan 3rd, 2020
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local game_time_start = os.epoch "utc"
  2. sleep(1)
  3. local game_time_end = os.epoch "utc"
  4. local utc_elapsed_seconds = (game_time_end - game_time_start) / 1000
  5. print(20 / utc_elapsed_seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement