Fala, galera
Bom galera o script acredito ser facil, é assim, quando mata o personagem vem uma skull junto e você da look nela e vê: "Seu Nome" killing the "Vitima" at level "Vitima Level" Congratulation.
Agredecido desde já.
no caso a sua "SKULL" é um item certo?
Não sou script profissional mas vou tentar fudeu, acho que esse script ta errado
function onKill(cid, target, item)local kill = {"Players"}
if isInTable(kill, player_) == TRUE then
doPlayerAddItem(cid, 2229)
end
Eu acho que está errado, mais vou arriscar. Não zoem, eu so melhor em fazer monstros, spells, quests entre outras.
att,
MasterMathw
Voltando aos poucos.
Tenta assim:
function onKill(cid, target) -- sem itemlocal kill = {"Players"}
if isInTable(kill, player_) == TRUE then
doPlayerAddItem(cid, 2229)
end
Se não for é porque é 8.55, eu sei mexer melhor em 8.4.
att,
MasterMathw
Voltando aos poucos.