Postado Fevereiro 16, 2015 10 anos nao testei, mas se alguem quiser testar, tente assim function onCombat(cid, target) if isPlayer(target) == TRUE then if ((isInParty(target) and isInParty(cid)) and (getPlayerParty(cid) == getPlayerParty(target))) then if(getConfigValue("noDamageToPartyMembers")) then return false end end end return true end
Postado Setembro 7, 2023 1 ano Em 16/02/2015 em 01:59, roriscrave disse: nao testei, mas se alguem quiser testar, tente assim function onCombat(cid, target) if isPlayer(target) == TRUE then if ((isInParty(target) and isInParty(cid)) and (getPlayerParty(cid) == getPlayerParty(target))) then if(getConfigValue("noDamageToPartyMembers")) then return false end end end return true end funcionou?
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.