Ecstacy
Mothafuckaaa
Hey,
Is there any function which will check if a creature which died (onDeath) is a summon?
and I don't mean 'isCreature(cid)'
would that work, can't test it.
Is there any function which will check if a creature which died (onDeath) is a summon?
and I don't mean 'isCreature(cid)'
Code:
function onDeath(cid, corpse, deathList)
if(isCreature(cid) and getCreatureMaster(cid)) then
would that work, can't test it.