Solved Cancel PVP

  • 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.
yep.... so i created this simple command to clear the teams
just do /teamclear (red or bluee) <--- also, I noticed you are spelling blue with an extra e... i wasn't sure if that was on purpose or not, but i did the same in the command
code_language.skript:
command /teamclear <text>: #! Use either red or bluee
    trigger:
        if arg-1 is red:
            loop {ir::bluee::*}:
                set {ir::bluee::%loop-index%} to false
            set {ir::red} to 0
        if arg-1 is bluee:
            loop {ir::bluee::*}:
                set {ir::bluee::%loop-index%} to false
            set {ir::bluee} to 0
Yeah it is on purpose. Thank you so much! I really apreciate your time! :emoji_blush::emoji_blush:
 
Status
Not open for further replies.