Siema mam skrypt i po modyfikacji tego skryptu nie działa mi to że można pisać co 10 sekund
kod :
#-----------------# # 2k-Chat # # marcell2k # #-----------------# # Zakaaz # # kopiowania # #-----------------# # v.1.1 # #-----------------# # Dostepne permissje do skryptu/komendy :# 2k-chat.on - komenda /chat on# 2k-chat.off - komenda /chat off# 2k-chat.clear - komenda /chat clear# 2k-chat.write - pozwala na pisanie przy wylaczonym czacie# 2k-chat.write2 - pozwala na pisanie zawsze i ci�gle options: tag: &2Domin&6Craft # Nazwa Servera ilesekund: 10 # Co ile sekund bedzie mozna pisac variables: {chat} = true command /chat [<text>]: trigger: if arg 1 is not set: send "&8######## &72k-Chat &8######## " send "&6/chat on &7- wlacza chat" send "&6/chat off &7- wylacza chat" send "&6/chat clear &7- czysci chat" send " " send "&8----------------------------- " send " " send "&6Autor: &7marcell2k" send "&6E-mail: &[email protected]" send "&6Skype: &7marcolxp12" if arg 1 is "on": if {chat} is false: if player has permission "2k-chat.on": set {chat} to true broadcast "" broadcast " {@tag}" broadcast "&7Chat zostal &aWlaczony" broadcast "" stop else: send "&7Nie masz &auprawnienia&7 do tej komendy !" stop else: send "&7Chat jest juz &aWlaczony" stop if arg 1 is "off": if {chat} is true: if player has permission "2k-chat.off": set {chat} to false broadcast "" broadcast " {@tag}" broadcast "&7Chat zostal &aWylaczony" broadcast "" stop else: send "&7Nie masz &auprawnienia&7 do tej komendy !" stop else: send "&7Chat jest juz &aWylaczony" stop on chat: if {chat} is false: if player has permission "2k-chat.write": stop else: cancel event send "&7Chat jest aktualnie &aWylaczony!" stop else: if player has permission "2k-chat.write2": stop set {_waited} to difference between {2k-chat.%player%.spam} and now if {_waited} is less than 5 real seconds seconds: send "&7Nastepna&a wiadomosc&7 bedziesz mogl wyslac za &c{@ilesekund} sekund" cancel event stop set {2k-chat.%player%.spam} to now stop command /cc: trigger: if player has permission "2k-chat.clear": loop 200 times: broadcast "" broadcast " {@tag}" broadcast "&7Chat zostal wyczyszczony!" else: send "&7Nie masz uprawnien!" on chat: replace all "kurwa" with "k***a" in the message replace all "chuj" with "c**j" in the message replace all "pierdolony" with "p********y" in the message replace all "csrv" with "c**v" in the message replace all "pedal" with "p***l" in the message replace all "gej" with "g*j" in the message replace all "yfun" with "s**a" in the message replace all "hostmc" with "h****c" in the message replace all "dupa" with "d**a" in the message replace all "pierdolona" with "pi*******a" in the message replace all "pojebalo" with "p*****lo" in the message replace all "zajebe cie" with "z****e cie" in the message replace all "fastfun" with "f*****n" in the message replace all "huj" with "***" in the message replace all "dziwko" with "D****o" in the message replace all "szmato" with "S****o" in the message replace all "gowno" with "g***o" in the message replace all "Jeb" with "J**" in the message replace all "wypierdalaj" with "w*********j" in the message replace all "szczochu" with "S******u" in the message replace all "cwel" with "C**l" in the message
Pytanie
TuraL 3
Siema mam skrypt i po modyfikacji tego skryptu nie działa mi to że można pisać co 10 sekund
kod :
#-----------------# # 2k-Chat # # marcell2k # #-----------------# # Zakaaz # # kopiowania # #-----------------# # v.1.1 # #-----------------# # Dostepne permissje do skryptu/komendy :# 2k-chat.on - komenda /chat on# 2k-chat.off - komenda /chat off# 2k-chat.clear - komenda /chat clear# 2k-chat.write - pozwala na pisanie przy wylaczonym czacie# 2k-chat.write2 - pozwala na pisanie zawsze i ci�gle options: tag: &2Domin&6Craft # Nazwa Servera ilesekund: 10 # Co ile sekund bedzie mozna pisac variables: {chat} = true command /chat [<text>]: trigger: if arg 1 is not set: send "&8######## &72k-Chat &8######## " send "&6/chat on &7- wlacza chat" send "&6/chat off &7- wylacza chat" send "&6/chat clear &7- czysci chat" send " " send "&8----------------------------- " send " " send "&6Autor: &7marcell2k" send "&6E-mail: &[email protected]" send "&6Skype: &7marcolxp12" if arg 1 is "on": if {chat} is false: if player has permission "2k-chat.on": set {chat} to true broadcast "" broadcast " {@tag}" broadcast "&7Chat zostal &aWlaczony" broadcast "" stop else: send "&7Nie masz &auprawnienia&7 do tej komendy !" stop else: send "&7Chat jest juz &aWlaczony" stop if arg 1 is "off": if {chat} is true: if player has permission "2k-chat.off": set {chat} to false broadcast "" broadcast " {@tag}" broadcast "&7Chat zostal &aWylaczony" broadcast "" stop else: send "&7Nie masz &auprawnienia&7 do tej komendy !" stop else: send "&7Chat jest juz &aWylaczony" stop on chat: if {chat} is false: if player has permission "2k-chat.write": stop else: cancel event send "&7Chat jest aktualnie &aWylaczony!" stop else: if player has permission "2k-chat.write2": stop set {_waited} to difference between {2k-chat.%player%.spam} and now if {_waited} is less than 5 real seconds seconds: send "&7Nastepna&a wiadomosc&7 bedziesz mogl wyslac za &c{@ilesekund} sekund" cancel event stop set {2k-chat.%player%.spam} to now stop command /cc: trigger: if player has permission "2k-chat.clear": loop 200 times: broadcast "" broadcast " {@tag}" broadcast "&7Chat zostal wyczyszczony!" else: send "&7Nie masz uprawnien!" on chat: replace all "kurwa" with "k***a" in the message replace all "chuj" with "c**j" in the message replace all "pierdolony" with "p********y" in the message replace all "csrv" with "c**v" in the message replace all "pedal" with "p***l" in the message replace all "gej" with "g*j" in the message replace all "yfun" with "s**a" in the message replace all "hostmc" with "h****c" in the message replace all "dupa" with "d**a" in the message replace all "pierdolona" with "pi*******a" in the message replace all "pojebalo" with "p*****lo" in the message replace all "zajebe cie" with "z****e cie" in the message replace all "fastfun" with "f*****n" in the message replace all "huj" with "***" in the message replace all "dziwko" with "D****o" in the message replace all "szmato" with "S****o" in the message replace all "gowno" with "g***o" in the message replace all "Jeb" with "J**" in the message replace all "wypierdalaj" with "w*********j" in the message replace all "szczochu" with "S******u" in the message replace all "cwel" with "C**l" in the messageOdnośnik do komentarza
https://skript.pl/temat/2055-wiadomosc-co-kilka-sekund/Udostępnij na innych stronach
5 odpowiedzi na to pytanie
Rekomendowane odpowiedzi