Skocz do zawartości
  • 0

skrypt na taki jakby tag


Pytanie

zrobi mi ktos skrypt na takie cos ze przed rangą pisze np kocur i ze mozna se ustawic jakie chcesz ale do 20 znakow np pisalo by

Kotek [grupa] [nick] [message]

komendy 

tag usun 

tag dodaj [nazwa]

 i permisja

Edytowane przez SpokocukierkiPL
Odnośnik do komentarza
https://skript.pl/temat/40762-skrypt-na-taki-jakby-tag/
Udostępnij na innych stronach

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
6 godzin temu, SpokocukierkiPL napisał:

zrobi mi ktos skrypt na takie cos ze przed rangą pisze np kocur i ze mozna se ustawic jakie chcesz ale do 20 znakow np pisalo by

Kotek [grupa] [nick] [message]

komendy 

tag usun 

tag dodaj [nazwa]

 i permisja

Na chacie?

Odnośnik do komentarza
https://skript.pl/temat/40762-skrypt-na-taki-jakby-tag/#findComment-254086
Udostępnij na innych stronach

  • 0
on chat:
	if {tag::%player%} is set:
		broadcast "%{tag::%player%}% RANGA %colored player's name% %%message%"


command /tag [<text>]:
  	trigger:
			if length of arg 1 > 20:
				send "&4Za duzo znakow!" to player
  			else:
  				set {tag::%player%} to arg 1
  
command /tagusun:
  	trigger:
  			delete {tag::%player%}

 

Odnośnik do komentarza
https://skript.pl/temat/40762-skrypt-na-taki-jakby-tag/#findComment-254089
Udostępnij na innych stronach

  • 0
on chat:
    if {tag::%player%} is set:
        broadcast "%{tag::%player%}% RANGA %colored player's name% %%message%"


command /tag [<text>]:
        permission: tag
      trigger:
            if length of arg 1 > 20:
                send "&4Za duzo znakow!" to player
              else:
                  set {tag::%player%} to arg 1
  
command /tagusun:
      trigger:
              delete {tag::%player%}


mam to i nie chce dzialac 

[17:02:41 INFO]: [Skript] Reloading tag.sk...
[17:02:41 ERROR]: indentation error: expected 8 spaces, but found '__->' [-> = tab, _ = space, ? = other whitespace] (tag.sk, line 8: trigger:')
[17:02:41 ERROR]: indentation error: expected 8 spaces, but found 3 tabs (tag.sk, line 9: if length of arg 1 > 20:')
[17:02:41 ERROR]: indentation error: expected 8 spaces, but found 4 tabs (tag.sk, line 10: send "&4Za duzo znakow!" to player')
[17:02:41 ERROR]: indentation error: expected 8 spaces, but found '__->->->' [-> = tab, _ = space, ? = other whitespace] (tag.sk, line 11: else:')
[17:02:41 ERROR]: indentation error: expected 8 spaces, but found '__->->->->' [-> = tab, _ = space, ? = other whitespace] (tag.sk, line 12: set {tag::%player%} to arg 1')
[17:02:41 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->' [-> = tab, _ = space, ? = other whitespace]) (tag.sk, line 15: trigger:')
[17:02:41 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->->' [-> = tab, _ = space, ? = other whitespace]) (tag.sk, line 16: delete {tag::%player%}')
[17:02:41 ERROR]: The percent sign is used for expressions (e.g. %player%). To insert a '%' type it twice: %%. (tag.sk, line 3: broadcast "%{tag::%player%}% RANGA %colored player's name% %%message%"')
[17:02:41 ERROR]: Required entry 'trigger' is missing in 'command /tag [<text>]' (tag.sk, starting at line 6) (tag.sk, line 7: permission: tag.tag')
[17:02:41 ERROR]: Required entry 'trigger' is missing in 'command /tagusun' (tag.sk, starting at line 14) (tag.sk, line 14: command /tagusun:')
[17:02:41 INFO]: [Skript] Encountered 10 errors while reloading tag.sk!
Edytowane przez wiktorm12
wiktorm12

Kod skryptu dodawaj przy użyciu funkcji kod w edytorze oznaczonej symbolami <>

Notatka dodana przez wiktorm12

Odnośnik do komentarza
https://skript.pl/temat/40762-skrypt-na-taki-jakby-tag/#findComment-254176
Udostępnij na innych stronach

  • 0
[17:08:52 INFO]: [Skript] Reloading tag.sk...
[17:08:52 ERROR]: indentation error: expected 8 spaces, but found '__->' [-> = tab, _ = space, ? = other whitespace] (tag.sk, line 8: trigger:')
[17:08:52 ERROR]: indentation error: expected 8 spaces, but found 3 tabs (tag.sk, line 9: if length of arg 1 > 20:')
[17:08:52 ERROR]: indentation error: expected 8 spaces, but found 4 tabs (tag.sk, line 10: send "&4Za duzo znakow!" to player')
[17:08:52 ERROR]: indentation error: expected 8 spaces, but found '__->->->' [-> = tab, _ = space, ? = other whitespace] (tag.sk, line 11: else:')
[17:08:52 ERROR]: indentation error: expected 8 spaces, but found '__->->->->' [-> = tab, _ = space, ? = other whitespace] (tag.sk, line 12: set {tag::%player%} to arg 1')
[17:08:52 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->' [-> = tab, _ = space, ? = other whitespace]) (tag.sk, line 15: trigger:')
[17:08:52 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->->' [-> = tab, _ = space, ? = other whitespace]) (tag.sk, line 16: delete {tag::%player%}')
[17:08:52 ERROR]: The percent sign is used for expressions (e.g. %player%). To insert a '%' type it twice: %%. (tag.sk, line 3: broadcast "%{tag::%player%}% RANGA %colored player's name% %%message%"')
[17:08:52 ERROR]: Required entry 'trigger' is missing in 'command /tag [<text>]' (tag.sk, starting at line 6) (tag.sk, line 7: permission: tag.tag')
[17:08:52 ERROR]: Required entry 'trigger' is missing in 'command /tagusun' (tag.sk, starting at line 14) (tag.sk, line 14: command /tagusun:')
[17:08:52 INFO]: [Skript] Encountered 10 errors while reloading tag.sk!
Odnośnik do komentarza
https://skript.pl/temat/40762-skrypt-na-taki-jakby-tag/#findComment-254177
Udostępnij na innych stronach

  • 0
21 godzin temu, Medyk324 napisał:

on chat:
	if {tag::%player%} is set:
		broadcast "%{tag::%player%}% RANGA %colored player's name% %%message%"


command /tag [<text>]:
  	trigger:
			if length of arg 1 > 20:
				send "&4Za duzo znakow!" to player
  			else:
  				set {tag::%player%} to arg 1
  
command /tagusun:
  	trigger:
  			delete {tag::%player%}

 

 

Odnośnik do komentarza
https://skript.pl/temat/40762-skrypt-na-taki-jakby-tag/#findComment-254184
Udostępnij na innych stronach

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ą.

Nieaktywny
Odpowiedz na pytanie...

×   Wklejono zawartość z formatowaniem.   Usuń formatowanie

  Dozwolonych jest tylko 75 emoji.

×   Odnośnik został automatycznie osadzony.   Przywróć wyświetlanie jako odnośnik

×   Przywrócono poprzednią zawartość.   Wyczyść edytor

×   Nie możesz bezpośrednio wkleić grafiki. Dodaj lub załącz grafiki z adresu URL.

  • Ostatnio przeglądający   0 użytkowników

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