Skocz do zawartości
  • 0

HelpOP


TheVtero

Pytanie

Mam problem ze skriptem:
Jesli wpisuje komende /helpop wyskakuje :"Na HelpOP mozna pisac co 1 minute" - no spoko, tak ustawiłem, ale jesli sie poczeka tą minute, dalej to wyskakuje... Pomocy !
 
Tresc skripta:
on join:
set {helpop.%player%} to true
command /helpop [<text&gt]:
trigger:
if {helpop.%player%} is false:
send "&c Na HelpOP mozna pisac co 1 minute!"
stop
if {helpop.%player%} is true:
argument-1 is not set:
send "&cPrzyklad helpop: &3/helpop &2<Powod pisania>"
stop
argument-1 is set:
if {helpop.%player%} is true:
send "&c&lWiadomosc zostala wyslana do administracji!"
send "&3Wiadomosc: %argument-1%"
send "&3[&4HelpOP&3] &3%player% &e--> &c%argument-1%" to all ops
set {helpop.%player%} to false
wait 1 minute
set {helpop.%player%} to true
 
Odnośnik do komentarza
https://skript.pl/temat/7501-helpop/
Udostępnij na innych stronach

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
variables:    {helpop.%player%} = trueoptions:    tag: &c&lHELPOP &f» &acommand /helpop [<text&gt]:    trigger:        if argument 1 is not set:            send "{@tag}Wpisz: &b/helpop <wiadomosc>&a."        if argument 1 is set:            if {helpop.%player%} is true:                send "{@tag}Twoja wiadomosc zostala wyslana!"                send "{@tag}&b%player% &f» &a%argument 1%" to all ops                set {helpop.%player%} to false                wait 60 seconds                set {helpop.%player%} to true            else:                send "{@tag}Wiadmosc mozesz pisac co 60 sekund!"

To powinno działać :)

Odnośnik do komentarza
https://skript.pl/temat/7501-helpop/#findComment-59705
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...