Detect DMG_FALL Death
How to detect event, when player death with DMG_FALL?
|
Re: Detect DMG_FALL Death
I'm pretty sure there's a better way out there, but here's mine.
PHP Code:
|
Re: Detect DMG_FALL Death
Another way If I remember well, is to hook Ham_Killed and checking bits with m_bitsDamageType offset (76).
|
Re: Detect DMG_FALL Death
You wouldn't need to check this on POST since the damage can still be modified ???
|
Re: Detect DMG_FALL Death
Quote:
|
Re: Detect DMG_FALL Death
Quote:
|
Re: Detect DMG_FALL Death
Yeah, i think he want to detect just a death caused by fall damage without modifying the damage itself. But it would be good if op gives a lil bit more detailed information about its purpose. :)
|
Re: Detect DMG_FALL Death
Quote:
PHP Code:
|
Re: Detect DMG_FALL Death
How I can correctly set HIT_HEAD in PreKill?
I do this: PHP Code:
In PreKill this not work: PHP Code:
|
Re: Detect DMG_FALL Death
Quote:
More & DMG_FALL. |
| All times are GMT -4. The time now is 10:56. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.