Jump to content

Recommended Posts

Posted

jeasus are u kiding as dude they dont work

jesus dude they doensn't know how to code and read codes :O i loled when i saw the persons with over 3500 posts argueing about java lol get a certificate then argue..

  • 3 weeks later...
  • 1 year later...
Posted

1 quest why you use all the time for example :

else if (activeChar.inObserverMode())
            {
               activeChar.sendMessage("Sorry,you are in the observation mode.");
            }            
            else if (activeChar.isFestivalParticipant())
            {
                activeChar.sendMessage("Sorry,you are in a festival.");
                return false;
            }    

and you dont use simply

else if (activeChar.isFestivalParticipant()) || .inObserverMode()) || ........................................................
  {
    activeChar.sendMessage("[WARNING: You cannot use this command right now!].");
                return false;
            }    

  • 3 weeks later...
  • 2 weeks later...

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