Hejka mam pytanie czy można to przerobić, żeby działało ? Próbowałem następującymi sposobami:
1. sposob
Spoiler
command /UstawNick [<text>]:
description: "Nicki "
permission: s
trigger:
if arg-1 is set:
set {_length} to length of the string argument
set {_HEX} to "<##%arg-1%>"
if {_length} = 6:
execute console command "nickname %player% %{_HEX}%%player%"
stop
send "Hex musi mieć 6 znaków" to player
stop
send "Nie podałeś koloru np: /UstawNick 23aa23"
2. sposob
Spoiler
command /UstawNick [<text>]:
description: "Nicki "
permission: s
trigger:
if arg-1 is set:
set {_length} to length of the string argument
if {_length} = 6:
execute console command "nickname %player% <##%arg-1%>%player%"
stop
send "Hex musi mieć 6 znaków" to player
stop
send "Nie podałeś koloru np: /UstawNick 23aa23"
Pytanie
nevilee 0
Hejka mam pytanie czy można to przerobić, żeby działało ? Próbowałem następującymi sposobami:
1. sposob
2. sposob
Niestety każdy zmienia nick na takie coś: FOTO
?
Odrazu dopowiem jak np ustawie w execute console command "nickname %player% <##232323>%player%"
To zmienia normalnie kolor tylko, ja chce, żeby gracz podał 6cyfrowy hex do argumentu i z niego tam wkleja
Edytowane przez nevileeOdnośnik do komentarza
https://skript.pl/temat/54205-skrypt-na-zmian%C4%99-koloru-nicku/Udostępnij na innych stronach
4 odpowiedzi na to pytanie
Rekomendowane odpowiedzi