Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] Ze skryptem


Rekomendowane odpowiedzi

Opublikowano

command /g [<text>]:
    trigger:
        if arg 1 is "dom":
            make player execute command "f home"
        if arg 1 is "ustawdom":
            make player execute command "f sethome"
        if arg 1 is "powieksz":
            make player execute command "f claim"
        if arg 1 is "autopowieksz":
            make player execute command "f autoclaim"
        if arg 1 is "zaloz":
            make player execute command "f create"
        if arg 1 is "mod":
            make player execute command "f officer"
        if arg 1 is "oddaj":
            make player execute command "f leader"
        if arg 1 is "buduj":
            make player execute command "f promote"
        if arg 1 is "usunteren":
            make player execute command "f unclaim"
        if arg 1 is "usunterenall":
            make player execute command "f unclaim all"
        if arg 1 is "wyrzuc":
            make player execute command "f kick"
        if arg 1 is "opusc":
            make player execute command "f leave"
        if arg 1 is "dolacz":
            make player execute command "f join"
        if arg 1 is "usun":
            make player execute command "f disband"    
        
if arg 1 is "moc":
            make player execute command "f player"
        if arg 1 is "list":
            make player execute command "f list"    

­

Opublikowano

command /dom:

    trigger:

        execute player command "home"

command /setdom:

    trigger:

        execute player command "sethome"

Opublikowano
command /dom:
    trigger:
        execute player command "home"

albo

command /dom:
    trigger:
        execute player command "/home"

Jeśli chcesz /sethome:

command /ustawdom:
    trigger:
        execute player command "sethome"

albo

command /ustawdom:
    trigger:
        execute player command "/sethome"

@CozzY.. Ten pan potrzebuje okulisty gdyż nie przeczytał treści tematu... Off-Topic.

bannergif.gif

Opublikowano

Dzięki za pomoc panowie :)

Mam jeszcze jedno pytanie.

Jeśli jest np: 

 

command /[<text>]:
    trigger:
        if arg 1 is "dom":
            make player execute command "f home"

 

To jak zrobić np:

command /[<text>] nick:

    trigger:
        if arg 1 is "dodaj":
            make player execute command "f add nick"

Proszę o wyjaśnienie.

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...