Hello all I want to block message of people dying.
My code.
PHP Code:
register_event("DeathMsg","event_death","a")
public event_death()
{
new id = read_data(2)
set_msg_block(get_user_msgid("DeathMsg"),BLOCK_ONCE)
}
Weridly ,when I use this some players still show death messages while some dont.
I want 100% of them not showing deathmessages ,is there another way?