Well, not quite. I just want to block the message (that sends to statsx.amxx or whatever file) that adds a death when the user dies to his rank.
Can anyone help me?
So far, I've tried, in vain, the following:
- set_msg_block()
- register_event("DeathMsg","hook_death","a")
- register_message(get_user_msgid("DeathMsg"), "hook_death")
- client_death() function in csx.inc (which, by the way, doesn't need the csx include to work ;))
__________________