Hey guys, im trying to make simple countdown on Titles. Obvious problem is that this countdown every time is showing itself for 1st player, then for 2nd etc... That means that countdown would take as much time as there are players.
Is there any way to make proper Title sending, e.g. for every players at one moment without loop?
Is there any way to make proper Title sending, e.g. for every players at one moment without loop?
code_language.skript:
loop all players:
set {time} to 3
send loop-player title "&9%{time}%" for 1 second
remove 1 from {time}
wait 1 second
send loop-player title "&9%{time}%" for 1 second
remove 1 from {time}
wait 1 second
send loop-player title "&9%{time}%" for 1 second
remove 1 from {time}
wait 1 second