#timer the problem is i want to make the timer so only the ppl within 500 blocks can see the timer

1 messages · Page 1 of 1 (latest)

golden flame
#
                if distance between loop-player and loop-player-2 <= 500:
                    # If the time is under 10 seconds, show a warning
                    if {_time2} <= 10:
                        send action bar "&c&l⚠ %{_minutes2}%:%{_secDisplay2}% ⚠" to loop-player
                    else:
                        send action bar "&c&l%{_minutes2}%:%{_secDisplay2}%" to loop-player ```
#

i've tried to loop all players here but now there are multiple loops and gives me an error