Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. _time = (round(360-(serverTime)/60)); //edit the '240' value (60*4=240) to change the countdown timer if your server restarts are shorter or longer than 4 hour intervals
  2. _hours = (floor(_time/60));
  3. _minutes = (_time - (_hours * 60));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement