Ir para conteúdo
  • 0

Pt - Help Pfv.


juniinhocadete

Pergunta

6 respostass a esta questão

Posts Recomendados

  • 0

function onCombat(cid, target)
if isPlayer(cid) and isPlayer(target) and isInParty(cid) and isInParty(target) and getPlayerParty(cid) == getPlayerParty(target) then
doPlayerSendCancel(cid, "You may not attack your team mates.")
return false
end
return true
end

 

creaturescript.xml

<event type="combat" name="PartyAttack" event="script" value="nome do seu script.lua"/>

 

creaturescript/script/login.lua adc antes do ultimo return true

 

registerCreatureEvent(cid, "PartyAttack")

Editado por Vodkart
Link para o comentário
Compartilhar em outros sites

  • 0

function onCombat(cid, target)
if isPlayer(cid) and isPlayer(target) and isInParty(cid) and isInParty(target) and getPlayerParty(cid) == getPlayerParty(target) then
doPlayerSendCancel(cid, "You may not attack your team mates.")
return false
end
return true
end

 

 

Onde eu ponho ?

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...