Solved loop all players not working

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

xdprojosh1

Member
May 31, 2017
23
0
0
25
I got a player on my server who has {yes.%player} true
When i join the server, it will show an actionbar "test" to me but i dont have it set to true

How do i fix it
code_language.skript:
on join:
    loop all players:
        if {yes.%loop-player%} is true:
            while {yes.%loop-player%} is true:
                show an action bar from "Test" to player
                wait a second
 
code_language.skript:
    on join:
        loop all players:
            if {yes.%loop-player%} is true:
                while {yes.%loop-player%} is true:
                    show an action bar from "Test" to loop-player
                    wait a second
 
  • Like
Reactions: xdprojosh1
Status
Not open for further replies.