Skocz do zawartości
  • 0

PvP


DJ_CITROX
 Udostępnij

Pytanie

12 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Paczaj :

2014-11-02 19:28:19 [iNFO] [skript] Reloading Kity.sk...
2014-11-02 19:28:19 [sEVERE] can't understand this event: 'if player has godmode' (Kity.sk, line 26: if player has godmode:')
2014-11-02 19:28:19 [sEVERE] can't understand this event: 'if player gamemode is creative: ' (Kity.sk, line 30: if player gamemode is creative: :')
2014-11-02 19:28:19 [iNFO] [skript] Encountered 2 errors while reloading Kity.sk!

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

On join:

Set {god.%player%} to false

Command /god:

Permissions: perm.god

Trigger:

If {god.%player%} is true:

Set {god.%player%} to false

send "wylaczono"

If {god.%player%} is false:

set {god.%player%} to true

Send "uruchomiono"

On damage of player:

If {god.%victim%} is true:

Cancel event

If. {god.%attacker%} is true:

False

Edytowane przez Nieaktywny
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

1.

command /god:	trigger:		if player has permission "god":			if {god::%player%} is true:				set {god::%player%} to false				send "god: off"			else:				set {god::%player%} to true				send "god: on"		else:			send "Nie masz uprawnien! (god)"on damage:	if victim is a player:		if {god::%victim%} is true:			cancel event
2.

on damage:	if attacker's gamemode is creative:		cancel event
Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

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

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