Witam ma ktoś może pomysł jak poprawić i dokończyć skrypt na automatyczne eventy o konkretnych godzinach.Generalnie system dołączania wychodzenia jakoś tam działa.
on join: set {join.%player%} to false variables: {join.%player%} = false {start} = false#------------------------------Komenda to testów ---------------------------------command /event [<text>]: trigger: if arg 1 is "on": set {start} to true send "&aZapisy na Event zostaly otwarte" if arg 1 is "off": set {start} to false send "&cZapisy na Event zostaly zamkniete" if arg 1 is "test": if {join.%player%} is false: send "&cNie jestes Zapisany" else: send "&aJestes zapisany"#---------------------------------------------------------------------- command /join: trigger: if player has permission "event.join": if {join.%player%} is true: send "&cNie mozesz sie zapisac" if {join.%player%} is false: if {start} is true: set {join.%player%} to true send "&eEvent wystartuje niebawem" else: send "&cAktualnie nie ma zadnych Eventow" command /leave: trigger: if {join.%player%} is true: set {join.%player%} to false send "&cOpusciles event" else: send "&cNie jestes zapisany na zaden Event" at 15:58: ...
Pytanie
PeFauPe 0
Witam ma ktoś może pomysł jak poprawić i dokończyć skrypt na automatyczne eventy o konkretnych godzinach.Generalnie system dołączania wychodzenia jakoś tam działa.
on join: set {join.%player%} to false variables: {join.%player%} = false {start} = false#------------------------------Komenda to testów ---------------------------------command /event [<text>]: trigger: if arg 1 is "on": set {start} to true send "&aZapisy na Event zostaly otwarte" if arg 1 is "off": set {start} to false send "&cZapisy na Event zostaly zamkniete" if arg 1 is "test": if {join.%player%} is false: send "&cNie jestes Zapisany" else: send "&aJestes zapisany"#---------------------------------------------------------------------- command /join: trigger: if player has permission "event.join": if {join.%player%} is true: send "&cNie mozesz sie zapisac" if {join.%player%} is false: if {start} is true: set {join.%player%} to true send "&eEvent wystartuje niebawem" else: send "&cAktualnie nie ma zadnych Eventow" command /leave: trigger: if {join.%player%} is true: set {join.%player%} to false send "&cOpusciles event" else: send "&cNie jestes zapisany na zaden Event" at 15:58: ...Edytowane przez PeFauPeOdnośnik do komentarza
https://skript.pl/temat/5728-skrypt-na-automatyczne-eventy/Udostępnij na innych stronach
1 odpowiedź na to pytanie
Rekomendowane odpowiedzi