Skocz do zawartości

kajitv

Użytkownik
  • Ilość zawartości

    14
  • Rejestracja

  • Ostatnia wizyta

Ostatnie wizyty

Blok z ostatnimi odwiedzającymi dany profil jest wyłączony i nie jest wyświetlany użytkownikom.

Osiągnięcia kajitv

Początkujący I

Początkujący I (2/13)

0

Reputacja

  1. skad moge pobrac skript pod wersje 1.8.8 mam już nowsza wersje i dalej błąd [21:25:22 ERROR]: [Skript] The 3rd argument given to the function 'createTop' is not of the required type object. Check the correct order of the arguments and put lists into parentheses if appropriate (e.g. 'give(player, (iron ore and gold ore))'). Please note that storing the value in a variable and then using that variable as parameter will suppress this error, but it still won't work. (liczenie blokow.sk, line 78: send createTop("PostawioneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Postawil &a[VALUE]")') [21:25:22 ERROR]: [Skript] The 3rd argument given to the function 'createTop' is not of the required type object. Check the correct order of the arguments and put lists into parentheses if appropriate (e.g. 'give(player, (iron ore and gold ore))'). Please note that storing the value in a variable and then using that variable as parameter will suppress this error, but it still won't work. (liczenie blokow.sk, line 80: send createTop("ZniszczoneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Rozwalil &a[VALUE]")')
  2. [21:02:49 ERROR]: [Skript] 'createTop(name: string, size: number, list: objects, format: string="[PLAYER] - [VALUE]") :: strings' is not a text (liczenie blokow.sk, line 47: function createTop(name: string, size: number, list: objects, format: string="[PLAYER] - [VALUE]") :: strings:') [21:02:49 ERROR]: [Skript] 'createTop("PostawioneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Postawil &a[VALUE]")' is not a text (liczenie blokow.sk, line 78: send createTop("PostawioneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Postawil &a[VALUE]")') [21:02:49 ERROR]: [Skript] 'createTop("ZniszczoneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Rozwalil &a[VALUE]")' is not a text (liczenie blokow.sk, line 80: send createTop("ZniszczoneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Rozwalil &a[VALUE]")')
  3. Wywala mi błąd jeśli chodzi o topke a pierwsza komenda działa super dziena z konsoli: [20:53:44 ERROR]: [Skript] 'createTop("PostawioneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Postawil &a[VALUE]")' is not a text (liczenie blokow.sk, line 50: send createTop("PostawioneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Postawil &a[VALUE]")') [20:53:44 ERROR]: [Skript] 'createTop("ZniszczoneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Rozwalil &a[VALUE]")' is not a text (liczenie blokow.sk, line 52: send createTop("ZniszczoneBloki", 10, all offline players, "&6[INDEX]. &e[PLAYER] &7Rozwalil &a[VALUE]")') [20:53:44 ERROR]: [Skript] 'createTop(name: string, size: number, list: objects, format: string="[PLAYER] - [VALUE]") :: strings' is not a text (liczenie blokow.sk, line 54: function createTop(name: string, size: number, list: objects, format: string="[PLAYER] - [VALUE]") :: strings:')
  4. Siema mam problem, nie wiem jak wyczyscic statystyki wszystkich graczy o to skrypt(według pluginu wszystko jest git)i dopisałby ktoś top10 znisczonych i postawionych blokow z mozliwoscia czysczenia topki:
  5. a jak chce dodac wiecej rang to jak mam dopisac?
  6. Siema napisalby ktos skrypt na kupowanie rang za pieniadze?
  7. kajitv

    Skrypt na Topke na chacie

    Skrypt działa, temat do zamknięcia a ja jestem debilem! Ps Dziekuję za zrobienie skryptu!
  8. kajitv

    Skrypt na Topke na chacie

    variables: {PostawioneBloki::%player%} = 0 {ZnisczoneBloki::%player%} = 0 on place: add 1 to balance of player add 1 to {PostawioneBloki::%player%} if {PostawioneBloki::%player%} is 100: execute console command "eco give %player% 100" if {PostawioneBloki::%player%} is 2000: execute console command "eco give %player% 2000" if {PostawioneBloki::%player%} is 3000: execute console command "eco give %player% 3000" on mine: add 1 to balance of player add 1 to {ZnisczoneBloki::%player%} if {ZnisczoneBloki::%player%} is 100: execute console command "eco give %player% 100" if {ZnisczoneBloki::%player%} is 2000: execute console command "eco give %player% 2000" if {ZnisczoneBloki::%player%} is 3000: execute console command "eco give %player% 3000" command /Statystyki: trigger: send "&4--------------->" send "&7Postawione Bloki: &c%{PostawioneBloki::%player%}%" send "&7Znisczone Bloki: &c%{ZnisczoneBloki::%player%}%" send "&4--------------->" command /topka [<string>]: trigger: if arg 1 is "place": send "&4&lTopka położonych bloków:" set {_top::*} to createTop("PostawioneBloki", 5, "&c[INDEX]&7. [PLAYER]: [VALUE]") loop {_top::*}: send "%loop-value%" else if arg 1 is "break": send "&5&lTopka zniszczonych bloków:" set {_top::*} to createTop("ZnisczoneBloki", 5, "&d[INDEX]&7. [PLAYER]: [VALUE]") loop {_top::*}: send "%loop-value%" else: send "Wpisz /topka <place | break>" dodałem komende statystki tam mi nalicza Dalej to samo: http://prntscr.com/qikvs7 Tak znisczyłek kilka bloków i postawiłem Konsola: [19:38:34 INFO]: Winstoonek issued server command: /topka place [19:38:34 INFO]: Winstoonek [69a98af0-73a6-34d9-8f2f-4aea63bdea5e]: /topka place [19:38:39 INFO]: Winstoonek issued server command: /topka break [19:38:39 INFO]: Winstoonek [69a98af0-73a6-34d9-8f2f-4aea63bdea5e]: /topka break
  9. kajitv

    Skrypt na Topke na chacie

    tak postawiłem około 30 blków potem znisczyłem wpisałem i dalej nic
  10. kajitv

    Skrypt na Topke na chacie

    ss tego co mi wyskakuje po wpisaniu komendy topka place albo topka break: http://prntscr.com/qikp7p tak postawiłem i znisczyłem bloki a to z konsoli [19:23:30 INFO]: Winstoonek issued server command: /topka place [19:23:30 INFO]: Winstoonek [69a98af0-73a6-34d9-8f2f-4aea63bdea5e]: /topka place [19:23:37 INFO]: Winstoonek issued server command: /topka break [19:23:37 INFO]: Winstoonek [69a98af0-73a6-34d9-8f2f-4aea63bdea5e]: /topka break
  11. kajitv

    Skrypt na Topke na chacie

    sory mordo po wpisaniu "/topka place" pokazuje tylko "Topka położonych bloków:" i nic więcej a po wpisaniu "/topka breake" nic sie nie dziejie mam gotowy skrypt na liczenie ale chce tylko do niego topke variables: {PostawioneBloki:%player%} = 0 {ZnisczoneBloki:%player%} = 0 on place: add 1 to balance of player add 1 to {PostawioneBloki:%player%} if {PostawioneBloki:%player%} is 100: execute console command "eco give %player% 100" if {PostawioneBloki:%player%} is 2000: execute console command "eco give %player% 2000" if {PostawioneBloki:%player%} is 3000: execute console command "eco give %player% 3000" on mine: add 1 to balance of player add 1 to {ZnisczoneBloki:%player%} if {ZnisczoneBloki:%player%} is 100: execute console command "eco give %player% 100" if {ZnisczoneBloki:%player%} is 2000: execute console command "eco give %player% 2000" if {ZnisczoneBloki:%player%} is 3000: execute console command "eco give %player% 3000" command /Statystyki: trigger: send "&4--------------->" send "&7Postawione Bloki: &c%{PostawioneBloki:%player%}%" send "&7Znisczone Bloki: &c%{ZnisczoneBloki:%player%}%" send "&4--------------->"
  12. kajitv

    Skrypt na Topke na chacie

    topka nie działa poprawnie
  13. kajitv

    Skrypt na Topke na chacie

    Napisze mi ktos skrypt na topke postawionych i zniszczonych blokow?
×
×
  • Dodaj nową pozycję...