Manacer

Timer

Jul 25th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. every 1 seconds:
  2. add 1 to {time.s}
  3. if {time.s} is 60:
  4. set {time.s} to 0
  5. add 1 to {time.m}
  6. loop all players:
  7. wipe loop-player's sidebar
  8. set name of sidebar of loop-player to "&9FK"
  9. set score "%{time.m}%:%{time.s}%" in sidebar of loop-player to 10
Advertisement
Add Comment
Please, Sign In to add comment