I'm trying to block the "<user> has attacked a teammate" message, and I've tried everything I could think of, which is pretty much only one thing at all.
This:
Code:
set_msg_block(get_user_msgid("Damage"), BLOCK_ONCE)
And this:
Code:
set_msg_block(get_user_msgid("Damage"), BLOCK_SET)
I really just guessed that it was the Damage message that reported the team attacks. I suspect that it might have something to do with register_event(), though, but I can't figure out what.
Does anyone know?