Znajdź zawartość
Wyświetlanie wyników dla tagów 'ws'.
-
Cześć mam problem : Chciałem dodać zmiane skinu dla vip'a na moim serverze lecz to nie działa. Próbowałem na wszystkich silnikach pod server na wersji 1.7.9. Użyty kod: variables: {skin.%player%} = 0 {skin-use.%player%} = false options: tag: &7[&eHero&2HC&7] permission-skin: skin.vip command /skin [<text>] [<text>]: trigger: player has permissions "{@permission-skin}": arg 1 is not set: send "&7=======================================" send " &c&lSystem zmiany skinow" send "&7=======================================" send "&e/skin ustaw &7(Nick gracza z skinem)" send " " send "&aPowyzsza komenda pozwoli ustawic ci skina gracza" send "&aktory posiada premium bez koniecznosci jego kupywania" send "&7=======================================" arg 1 is "ustaw": arg 2 is set: {skin-use.%player%} is false: send "{@tag} &cOd teraz posiadasz skina gracza &a%arg 2%" set {skin-use.%player%} to true change player's skin to "Notch" wait 10 real seconds set {skin-use.%player%} to falseDodam że nie wyskakują żadne błędy w konsoli.
-
Witam. Nie działa mi skrypt. on skript load: set {_x} to "1" new Recipe {_x}; {_x}.registerIngredient{1, none}; {_x}.registerIngredient{2, 1 feather}; {_x}.registerIngredient{3, none}; {_x}.registerIngredient{4, 1 wheat}; {_x}.registerIngredient{5, 1 wheat}; {_x}.registerIngredient{6, 1 wheat}; {_x}.registerIngredient{7, none}; {_x}.registerIngredient{8, none}; {_x}.registerIngredient{9, none}; {_x}.registerResult{1 bread named "&6Chleb pospiechu"}; {_x}.register{}; Wywala on następujące błędy: [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{1, none}; (WEIRD FOODS.sk, line 4: {_x}.registerIngredient{1, none};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{2, 1 feather}; (WEIRD FOODS.sk, line 5: {_x}.registerIngredient{2, 1 feather};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{3, none}; (WEIRD FOODS.sk, line 6: {_x}.registerIngredient{3, none};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{4, 1 wheat}; (WEIRD FOODS.sk, line 7: {_x}.registerIngredient{4, 1 wheat};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{5, 1 wheat}; (WEIRD FOODS.sk, line 8: {_x}.registerIngredient{5, 1 wheat};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{6, 1 wheat}; (WEIRD FOODS.sk, line 9: {_x}.registerIngredient{6, 1 wheat};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{7, none}; (WEIRD FOODS.sk, line 10: {_x}.registerIngredient{7, none};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{8, none}; (WEIRD FOODS.sk, line 11: {_x}.registerIngredient{8, none};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerIngredient{9, none}; (WEIRD FOODS.sk, line 12: {_x}.registerIngredient{9, none};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.registerResult{1 bread named "&6Chleb pospiechu"}; (WEIRD FOODS.sk, line 13: {_x}.registerResult{1 bread named "&6Chleb pospiechu"};') [18:46:32 ERROR]: [Skript] Can't understand this condition/effect: {_x}.register{}; (WEIRD FOODS.sk, line 14: {_x}.register{};') Wszystko jest dobrze wgrane i dopasowane wersjami. Jakieś pomysły?
- 2 odpowiedzi
-
- ws
- wildskript
-
(i 3 więcej)
Oznaczone tagami:
-
Czy podal by mi ktos przyklady z uzyciem funkcji? Wiem jak one dzialaja tylko nie wiem czy dobrze to robie. Oto jest moj sposob. function "giveEq"{}: give 1 iron sword to arg{1}on rightclick holding a stick: function "giveEq" { player }