Ir para conteúdo

Pedido De Script


Carlinhow789

Posts Recomendados

Tenta:

 

function onAttack(cid, target)

local skull = getCreatureSkullType(cid)
local tagskull = getCreatureSkullType(target)

if getPlayerGuildId(cid) == getPlayerGuildId(target) then
doCreatureSetSkullType(cid, skull) 
doCreatureSetSkullType(target, tagskull)
return FALSE
else
return TRUE
end
end

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

×
×
  • Criar Novo...