MusXos
Ağaç Yumruklayıcı
- En iyi cevaplar
- 0



Merhaba Arkadaşlara Size Adam Öldürdükce Canınızın Artması SAGLAYAN Güzel Bir Skript Vercem {Tablar Ayarsız Olabilir} :
Kod 1: Bana Ait
PHP:
On death:
attacker is player
victim is player
if {durum} is greater than 0:
add {kill.%attacker%} to 1
Send "kill in 1 yükseldi" to attacker
if {kill.%attacker%} is greater than 9:
add {max.%attacker%} to 1
Set the max health of the %attacker% to {max.%attacker%}
Heal the attacker
set {kill.%attacker%} to 0
Stop
1 kod için yukarı bi satıra bunu yazın
PHP:
variables:
durum : 1
Kod 2: Gökdeniz Bey ait
PHP:
on death of player:
if atacker is player:
add 1 to {oldurme.%attacker%}
if {oldurme.%attacker%} is 10:
delete {oldurme.%attacker%}
add 1 to max health of attacker
heal attacker
send "&a10 oyuncu oldurdugun icin kalbin 1 artti!" to attacker
Son düzenleme: