1
2
3
4
5
6
2
3
4
5
6
addhook("attack","attack") function attack(killer,victim) if killer ~= victim then parse("setmaxhealth "..victim.." 100") end end
what is wrong with this script?
addhook("attack","attack") function attack(killer,victim) if killer ~= victim then parse("setmaxhealth "..victim.." 100") end end