Skocz do zawartości
  • 0

problem z zmienna


marsjanin

Pytanie

on damage of player:
	attacker is a player
	projectile doesn't exist
	if distance between attacker and victim is bigger than 5:
		cancel event
        set {reach.%player%} to true
		kick attacker due to "{@reach}"
	else:
		stop

6 LINIJKA NIE DZIALA! set {reach.%player%} to true

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

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Nie może być player tylko victim albo attacker:

on damage of player:
	attacker is a player
	projectile doesn't exist
	if distance between attacker and victim is bigger than 5:
		cancel event
        set {reach.%attacker%} to true
		kick attacker due to "{@reach}"
	else:
		stop

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
options:
	reach: &e>>> &7Hmm... Killaura??
variables:
	{reach.%player%} = false
on damage of player:
	if attacker is a player:
		projectile doesn't exist
		if distance between attacker and victim is bigger than 5:
			cancel event
			set {reach.%attacker%} to true
			kick attacker due to "{@reach}"
		else:
			stop

Myślę że o to Ci chodziło: /\
Ej.. To może odrazu dam Ci cały skrypt :D

on damage of a player:
	projectile doesn't exist
	if distance between attacker and victim is greater than 5.0:
		send "&cProsze nie cheatowac ;)" to attacker
		cancel event
	if distance between attacker and victim is greater than 5.5:
		send "&cNo ale na serio chcesz bana??" to attacker
		cancel event
	if distance between attacker and victim is greater than 6.0:
		set {_player} to attacker
		if {_reach::%attacker's uuid%} is set:
			if {_reach::%attacker's uuid%} is greater than 30:
				ban attacker due to "&4&lKILLAURA"
			else:
				add 1 to {_reach::%attacker's uuid%}
		else:
			set {_reach::%attacker's uuid%} to 0
			add 1 to {_reach::%attacker's uuid%}

 

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

  • 0
options:
	reach: &cZbanowano na &4pvpkits.pl&c: &4'&cZostales zbanowany!, CONSOLE: Serwer, Powod: &eREACH!

on damage of player:
	attacker is a player
	projectile doesn't exist
	if distance between attacker and victim is bigger than 5.3:
		cancel event
        set {reach.%attacker%} to true
		kick attacker due to "{@reach}"
	else:
		stop

on connect:
	if {reach.%player%} is true:
		kick player due to "{@reach}"

command /acub [<offline player>]:
	permission: acub.adm
	permission message: &7 » &cBrak permisji!
	trigger:
		if arg 1 is set:
			send "&4Odbanowano: %arg 1%"
			set {reach.%arg 1%} to false
		if arg 1 is not set:
			send " &7» &cPoprawne uzycie: &7/acub nick"

to nie chce dzialac jest problem z 6 linijka

dobra dziala jak ktos chce kod - 

variables:
	{reach.%player%} = false
options:
	reach: &cZbanowano na &4pvpkits.pl&c: &4'&cZostales zbanowany!, CONSOLE: Serwer, Powod: &eREACH!

on damage of player:
	if attacker is a player:
		projectile doesn't exist
		if distance between attacker and victim is bigger than 5.3:
			cancel event
			set {reach.%attacker%} to true
			kick attacker due to "{@reach}"
		else:
			stop

on connect:
	if {reach.%player%} is true:
		kick player due to "{@reach}"

command /acub [<offline player>]:
	permission: acub.adm
	permission message: &7 » &cBrak permisji!
	trigger:
		if arg 1 is set:
			send "&4Odbanowano: %arg 1%"
			set {reach.%arg 1%} to false
		if arg 1 is not set:
			send " &7» &cPoprawne uzycie: &7/acub nick"

 

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

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