Manacer

Error

Jul 26th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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
  10. if {time.m} is less than 10:
  11. set score "Jour %{FK.Jour}% - 0%{time.m}%:%{time.s}%" in sidebar of loop-player to 10
  12. else:
  13. set score "Jour %{FK.Jour}% - %{time.m}%:%{time.s}%" in sidebar of loop-player to 10
  14. if {time.s} is less than 10:
  15. set score "Jour %{FK.Jour}% - %{time.m}%:0%{time.s}%" in sidebar of loop-player to 10
  16. else:
  17. set score "Jour %{FK.Jour}% - %{time.m}%:%{time.s}%" in sidebar of loop-player to 10
Advertisement
Add Comment
Please, Sign In to add comment