Hi all, Im trying to figure out how to block the Player joined Spectator text message. I know to use the following:
Code:
register_event("TextMsg", "my_func", "a", "1=3", 2=#game_jointeam", "4=Spectators")
But the problem is in the my_func, I know that it gets there as I put out a chat msg. But when I do the following nothing happens:
Code:
set_user_msg(get_usr_msgid("TextMsg"), BLOCK_ONCE)
if(is_user_alive(id))
set_user_msg(get_usr_msgid("DeathMsg"), BLOCK_ONCE)
Anyway, any help is appreciated, good help is valued, and a concrete answer is GODDLY!
Cheers!
__________________