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

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock