beenii
Well-Known Member
- Joined
- Jul 26, 2010
- Messages
- 586
- Solutions
- 1
- Reaction score
- 58
Code:
function onStatsChange(cid, attacker, type, combat, value)
if isPlayer(cid) and isPlayer(attacker) and type == STATSCHANGE_HEALTHLOSS then
value = value - 10
doTargetCombatHealth(attacker, cid, combat, -value, -value, type)
end
return true
end
how reduce damage in players?
i use tfs 0.4
and how reduce damage by elements its posible?