Hello. The problem is with register_message(SVC_INTERMISSION..
While using Galileo(
http://forums.alliedmods.net/showthread.php?t=77391) I'm trying to hook this event with another plugin that way:
Code:
register_message(SVC_INTERMISSION, "Message_Intermission");
Of course in Galileo we have:
Code:
message_begin(MSG_ALL, SVC_INTERMISSION);
message_end();
And the problem is that another plugin can't catch this message.
public Message_Intermission won't load. Any solutions or explanations?