check pdata m_bitsDamageInflict if it contains DMG_FALL, but i doubt it can be possible
PHP Code:
const XO_CBASETOGGLE2 = 5;
const m_bitsDamageInflict = 71;
PHP Code:
if( get_pdata_int(ent, m_bitsDamageInflict, XO_CBASETOGGLE2) & DMG_FALL )
__________________