i got some problems... and nobody helps

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

Navid

Member
Jan 11, 2018
13
0
1
20
soo, recently, i have posted 3 threads, and none if them have helped me, so please help me with them agian, here are some:
unbreakable tool, with the nbt tag!
code_language.skript:
give unbreakable dirt to player
chat format, i need the group, like prefix or group "%group% %prefix%"
code_language.skript:
on chat:
    cancel event
    broadcast "%prefix% [%group%] %player%: %message%"
axe of perun timer, personal and not global:
code_language.skript:
    loop all players:
        if {smite.timer.%loop-player%} is 0:
            stop
        else:
            remove 1 from {smite.timer.%loop-player%}

all of theese exampels does not work, so please help me out guys!
 
Please do not double post. Wait for your original threads to be answered. No one here is obligated to answer you. Getting someone who knows how to fix what you want can take time. So have patience.
 
Your 3rd code doesn't work because "stop" will end the code completely. Just check if the variable is not 0.
 
Status
Not open for further replies.