Wie ktoś jak zrobić żeby dawało to dla wszystkich graczy na serwerze i nie tylko nawet dla tych co nie ma
command /statusserwera [<text>]:
permission: status.serwera
trigger:
loop all players:
if arg 1 is "on":
execute console command "hd setline spawn 4 &6Status serwera: &aonline"
set {st.%player%} to true
if arg 1 is "off":
execute console command "hd setline spawn 4 &6Status serwera: &coffline"
set {st.%loop-all-players%} to false
if arg 1 is not set:
send "on/off"
Pytanie
Rico123098 0
Wie ktoś jak zrobić żeby dawało to dla wszystkich graczy na serwerze i nie tylko nawet dla tych co nie ma
command /statusserwera [<text>]:
permission: status.serwera
trigger:
loop all players:
if arg 1 is "on":
execute console command "hd setline spawn 4 &6Status serwera: &aonline"
set {st.%player%} to true
if arg 1 is "off":
execute console command "hd setline spawn 4 &6Status serwera: &coffline"
set {st.%loop-all-players%} to false
if arg 1 is not set:
send "on/off"
Odnośnik do komentarza
Udostępnij na innych stronach
23 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.