Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- every 1 seconds:
- add 1 to {time.s}
- if {time.s} is 60:
- set {time.s} to 0
- add 1 to {time.m}
- loop all players:
- wipe loop-player's sidebar
- set name of sidebar of loop-player to "&9FK"
- set score "%{time.m}%:%{time.s}%" in sidebar of loop-player to 10
- if {time.m} is less than 10:
- set score "Jour %{FK.Jour}% - 0%{time.m}%:%{time.s}%" in sidebar of loop-player to 10
- else:
- set score "Jour %{FK.Jour}% - %{time.m}%:%{time.s}%" in sidebar of loop-player to 10
- if {time.s} is less than 10:
- set score "Jour %{FK.Jour}% - %{time.m}%:0%{time.s}%" in sidebar of loop-player to 10
- else:
- 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