Jump to content

How do i add a cooldown to this skript


JellyJumper

Recommended Posts

Here ya go
on rightclick with spectral arrow:
    if {cooldownarrow::%player%} is greater than 0:
        send "&cPlease Wait %{cooldownarrow::%player%}% More Seconds!"
        stop
    push player forward at speed 3
    set {cooldownarrow::%player%} to 5
    wait 5 seconds
    send "&aRecharged!"
every 0.1 seconds:
    loop all players:
        if {cooldownarrow::%loop-player%} is greater than 0:
            add -0.1 to {cooldownarrow::%loop-player%}

Just a skripter who likes to have fun

I also think I'm pretty good at it

PS my discord is Enchanted#3933 incase idk anything?

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...