Freeze Skript

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

MuffinEmoji

Member
Jun 28, 2017
4
0
0
23
Does someone have a freeze skript? (Freeze skript which freezes a player when types /freeze (player) so he cant move, and if he logout he will get banned)

I've tried myself, but i get it wrong everytime.. Im not a professional skripter .-.
 
This belongs in requests but heres more or less what i think you want:
code_language.skript:
command /freeze [<player=%player%]:
    trigger:
        set arg-1's walk speed to 0
        set {freezed::%player%} to true

on quit:
    if {freezed::%player%} is true:
        ban player because "some reason"
 
This belongs in requests but heres more or less what i think you want:
code_language.skript:
command /freeze [<player=%player%]:
    trigger:
        set arg-1's walk speed to 0
        set {freezed::%player%} to true

on quit:
    if {freezed::%player%} is true:
        ban player because "some reason"
Thank you! :emoji_slight_smile: Yes i found it belonged to requests.
 
Status
Not open for further replies.