Recent content by Zoya

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

  1. Z

    Solved Help with TimeSpan.

    22-dev25,1 8.8.
  2. Z

    Solved Help with TimeSpan.

    function KitDonorMenu(p: player): wait 1 tick open virtual chest inventory with size 3 named "&b&nKITS &8- &5&nDONOR" to {_p} command /kit [<text>]: trigger: if arg 1 is not set: open virtual chest inventory with size 3 named "&b&nKITS" to player...
  3. Z

    Solved Help with TimeSpan.

    Same
  4. Z

    Solved Help with TimeSpan.

    broadcast "%{kits::%arg-1%::usage::%player%}%" broadcast "%{kits::%arg-1%::delay}%" https://imgur.com/gallery/s9Jlz
  5. Z

    Solved Help with TimeSpan.

    Kit delay = 3 days set {_waited} to difference between {kits::%arg-1%::usage::%player%} and now if {_waited} is less than {kits::%arg-1%::delay}: set {_wait} to difference between {Kits::%arg-1%::delay} and {_waited} send "%{_wait}%"...
  6. Z

    Solved Help with TimeSpan.

    Now I get <none>
  7. Z

    Solved Help with TimeSpan.

    set {kits::%arg-1%::usage::%player%} to now set {_delay} to arg 3 parsed as timespan set {kits::%arg-2%::delay} to {_delay} Okie, I made like this: set {_waited} to difference between {kits::%arg-1%::usage::%player%} and now if {_waited} was less than...
  8. Z

    Solved Help with TimeSpan.

    set {kits::%arg-1%::usage::%player%} to now set {_delay} to arg 3 parsed as timespan set {kits::%arg-2%::delay} to {_delay} Okie, I made like this: ``` set {_waited} to difference between {kits::%arg-1%::usage::%player%} and now if {_waited} was less than...
  9. Z

    Solved Help with TimeSpan.

    Returns <none> send "%difference between {kits::%arg-1%::delay} and {kits::%arg-1%::usage::%player%}%"
  10. Z

    Solved Help with TimeSpan.

    Hey, So I want to make that my counter show how much left until he can get the kit, not like now. code: https://hastebin.com/opedivofaf.sql