on join: if {gwo.%player%} is not set: set {gwo.%player%} to true if {gwp.%player%} is not set: set {gwp.%player%} to falsecommand /gwp: trigger: if {gwp.%player%} is true: message "Juz jestes na chacie GWP" else if {gwp.%player%} is false: message "Zmieniles chat na GWP" set {gwp.%player%} to true set {gwo.%player%} to falsecommand /gwo: trigger: if {gwo.%player%} is true: message "Juz jestes na chacie GWO" else if {gwo.%player%} is false: message "Zmieniles chat na GWO" set {gwo.%player%} to true set {gwp.%player%} to falseon chat: if {gwo.%player%} is true: cancel event send "GWO|%player%: %message%" to player loop all players in radius 20 around player: #20 to liczba kratek if {gwo.%loop-player%} is true: send "GWO|%player%: %message%" to loop-player else if {gwp.%player%} is true: cancel event send "GWP|%player%: %message%" to player loop all players in radius 20 around player: #20 to liczba kratek if {gwp.%loop-player%} is true: send "GWP|%player%: %message%" to loop-player
A więc to jest kod na dwa chaty tylko jest problem jeżeli coś napiszę to widać tylko nick a nie widać już prefixów z pluginu permissionsex a ma być tak że widać te prefixy z góry dzięki za pomoc
Pytanie
Shupi 1
A więc to jest kod na dwa chaty tylko jest problem jeżeli coś napiszę to widać tylko nick a nie widać już prefixów z pluginu permissionsex a ma być tak że widać te prefixy z góry dzięki za pomoc
Odnośnik do komentarza
Udostępnij na innych stronach
3 odpowiedzi na to pytanie
Rekomendowane odpowiedzi