1
2
3
4
5
2
3
4
5
addhook("hit","customkill") function customkill(i,killer,w,hpd,apd,rawd) parse("sethealth "..i.." "..player(i,"health")-3) return 1 end
That will change all the gun dmg to 3. ( Or make the player lost 3 HP when they get shot with any gun)
But when i killed them. There is no customkill. When player health is 0. It just show : "Player Die"
I want when to kill them. There is msg : Me Killed player
Help me