if(getConfigValue("noDamageToPartyMembers")) then
if(isInParty(cid) and isInParty(target)) then
if (getPartyLeader(cid) == getPartyLeader(target)) then
return false
end
end
end
if(getConfigValue("noDamageToPartyMembers")) then
if(isInParty(cid) and isInParty(target)) then
if (getPlayerParty(cid) == getPlayerParty(target)) then
return false
end
end
end