Mikii
Active Member
- Joined
- Mar 28, 2013
- Messages
- 197
- Reaction score
- 46
How To Use this function??? Creature(cid):getDamageMap()
OBS: THIS USED ON MONTERS
NOW GETING RESULT:
table: 0x73671c28
OBS: THIS USED ON MONTERS
NOW GETING RESULT:
table: 0x73671c28
Code:
function onDeath(cid, corpse, killer)
deathList = tostring(Creature(cid):getDamageMap())
if deathList == nil or deathList == "" then
print(" debugging: NIL VALUE ")
else
print(" debugging: " .. deathList .. " ...")
end
return true
end
Last edited: