Nawet jest ustawianie powodu mój stary skrypt :D options: logo: &7&l[&6&lChat&7&l]command /cc [<text>] [<text>]: aliases: zcc, chat trigger: if player have permissions "zchat.admin": if arg 1 is not set: loop 120 times: send "" to all players send " &3=========={@logo}&3==========" to all players send "" to all players broadcast " &aChat zostal wyczyszczony przez &c%player%" send "" to all players send " &3=========={@logo}&3==========" to all players if arg 1 is "on": set {ogolnychat} to true send "" to all players send " &3=========={@logo}&3==========" to all players send "" to all players broadcast " &aChat zostal wlaczony przez &c%player%" send "" to all players send " &3=========={@logo}&3==========" to all players if arg 1 is "off": set {ogolnychat} to false if {powod.chat} is set: send "" to all players send " &3=========={@logo}&3==========" to all players send "" to all players broadcast " &aChat zostal wylaczony przez &c%player%" send " &e(&aPowod:&7%{powod.chat}%&e)" send "" to all players send " &3=========={@logo}&3==========" to all players else: send "" to all players send " &3=========={@logo}&3==========" to all players send "" to all players broadcast " &aChat zostal wylaczony przez &c%player%" send " &e(&aPowod:&7Brak&e)" send "" to all players send " &3=========={@logo}&3==========" to all players if arg 1 is "ustawpowod": if arg 2 is set: set {powod.chat} to "%arg 2%" send "&aUstawiles Powod: &7%arg 2%" if arg 1 is "usunpowod": clear {powod.chat} send "&aPomyslnie Usunoles Powod" if arg 1 is "help": send "" send "" send "&3/cc &7- Czyszczenie Chatu" send "&3/cc on &7- Wlaczanie Chatu" send "&3/cc off &7- Wylacznie Chatu" send "&3/cc ustawpowod <powod> &7- Ustawienie Powodu Zablokowania Chatu" send "&3/cc usunpowod &7- Usuniecie Powodu Zablokowania Chatu" send "" send "" on chat: if {ogolnychat} is false: if player have permissions "czat.vip": stop else: cancel event send "&aChat Jest Obecnie Zablokowany &c(&7Powod: %{powod.chat}%&c)"