# Skrypt nalezy do ViselibterPL i tak dalej... #================================================ # Opcje: options: # tu bedą niedługo opcje # Kod Skryptu. Do poprawnego dzialania zalecam nie zmieniać :) command /clearchat: trigger: loop 100 times: send "" to all players send "&2czat zostal wyczyszczony przez %player%!" to all players command /chat []: trigger: if argument 1 is "on" and {chat-messages} is 0: send "&2Czat juz zostal wlaczony!" to player if {chat-messages} is 1 and argument 1 is "on": set {chat-messages} to 0 parsed as number send "&2Czat zostal wlaczony przez %player%" to all players if argument 1 is "off" and {chat-messages} is 0: send "&2Czat zostal wylaczony przez %player%" to all players set {chat-messages} to 1 parsed as number if argument 1 is "off" and {chat-messages} is 1: send "&2Czat juz jest wylaczony!" to player if argument 1 is not "on" or argument 1 is not "off": send "&2Nieprawidlowa komenda wybierz on lub off " to player on chat: if {chat-messages} is 1: send "&4Nie mozesz pisac na czacie! jest wylaczony!" cancel event # - 0 To wlaczony czat # - 1 To wylaczony czat