Recent content by Aawqq2112

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

    Skript does not understand the event

    not in work
  2. A

    Skript does not understand the event

    is not walk on dirt or grass: apply slowness 2 to the player for 1 second
  3. A

    How to make a negative condition

    How do I make a negative condition in this script, I need not instead of on, but it throws an error on walking on dirt or grass: remove slowness from player
  4. A

    need a script for random

    If the player is in the world "World" then every 5 seconds, the script selects a random game on the server and writes to the chat "Random: "name of the random game"
  5. A

    Solved There's no player/console in a periodical event

    every 2 seconds in "world": loop all players: loop-player is the owner of the region "cafe" message "Kyra" to loop-player`s add 150000 to loop-player's balance So?
  6. A

    Solved There's no player/console in a periodical event

    An error appears in the script every 2 seconds in "world": loop all players: loop-player is the owner of the region "cafe" add 150000 to loop-player's balance message "&eВот твоя выручка:&c+150,000$" The error "There's no player/console in a periodical event Cbiz. sk...
  7. A

    There's no player in a periodical event

    every 2 seconds in "world": loop all players: loop-player is the owner of the region "cafe" remove 20$ from loop-player's balance I still have a question, I added another action to give the player money, and I got an error, "20$ can't be removed from the money of loop-player...
  8. A

    There's no player in a periodical event

    What's wrong with the script? I'm just a beginner and I can't figure it out every 2 seconds in "world": player is the owner of the region "cafe" give player 1 stone The error "There's no player in a periodical event Cbiz. sk, line 3: give player 1 stone'"
  9. A

    Solved The script does not work (no errors)

    Ok, is it possible for an action which goes after checking if the player has a region "cafe" was executed once an hour?, well, let's say, not if the player enters this region, but just what would be performed once an hour
  10. A

    Solved The script does not work (no errors)

    It now does not work as I need, I need that if a player has a "cafe" region in his possession, then a certain action is performed
  11. A

    Solved The script does not work (no errors)

    What could be wrong? :( on region enter: if "%region at player%" is "cafe": message "Welcome back to %region%!" send "%player% just entered %region%!" to all members of the region
  12. A

    Is Member/Owner of Region

    there is no error but the script itself does not work what it was asked to do :/
  13. A

    Is Member/Owner of Region

    on region enter: if "%region at player%" is "cafe" message "Welcome back to %region%!" send "%player% just entered %region%!" to all members of the region