Kill Player in y-coordinate

  • 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.

1xHaSoNee

Member
Apr 14, 2020
2
0
0
24
hello i have a problem
  • if player's y-coordinate is between 50 100:
  • not working
  • error
  • cant understand the event
 
wait so exactly what do you want?
[doublepost=1591816825,1591816475][/doublepost]i have it pretty much so it kills the player if there y coordinate is between 50 and 100?

Code:
every 1 second:
    loop all players:
        if loop-player's y coordinate is between 50 and 100:
            set loop-player's health to 0
l
 
Status
Not open for further replies.