function onPrepareDeath(cid, killer)
return doSetCreatureDropLoot(cid, false)
end
function onPrepareDeath(cid, killer)
return doSetCreatureDropLoot(cid, false)
end
Is that not right?Post how you added it, everything.
doSetCreatureDropLoot(cid, false)
function onPrepareDeath(cid, killer)
return doSetCreatureDropLoot(cid, false)
end