Jump to content
  • 0

Announce help!!!


Question

12 answers to this question

Recommended Posts

  • 0
Posted

net.sf.l2j.gameserver.clientpackets.Say2;

 

bres auto toarxeio , anoikseto k allakse

 

        // If no channel is choosen - return
        if (_type == SystemChatChannelId.Chat_None)
        {
            _log.warn("[say2.java] Illegal chat channel was used.");
            return;
        }

 

se

	// If no or wrong channel is used - return
	if (_type == SystemChatChannelId.Chat_None ||
			_type == SystemChatChannelId.Chat_Announce ||
			_type == SystemChatChannelId.Chat_Critical_Announce ||
			_type == SystemChatChannelId.Chat_System ||
			_type == SystemChatChannelId.Chat_Custom ||
				(_type == SystemChatChannelId.Chat_GM_Pet && !activeChar.isGM()))
	{

kai pes mas

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...