someone who understands it and can java diser me where I am wrong in this line?
if (Config.SHOW_WELCOME_PM)
{
CreatureSay np = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT1);
CreatureSay na = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT2);
activeChar.sendPacket(np)activeChar.getName());
activeChar.sendPacket(na)activeChar.getName());
}
Original mod:
if (Config.SHOW_WELCOME_PM)
{
CreatureSay np = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT1);
CreatureSay na = new CreatureSay(0, Say2.TELL,Config.PM_FROM,Config.PM_TEXT2);
activeChar.sendPacket(np);
activeChar.sendPacket(na);
}
u mentioned Russians too, what about them? and the war has nothing to do with the topic, the guy is delaying him on purpose cuz he cant deliver anything.
I never said I hate Russians. Please read carefully.
What I meant is that, due to the ongoing war and other circumstances, I would avoid outsourcing development work to Ukrainian developers at the moment. The limited access to electricity throughout the day and the risk of being called to war at any time make it challenging for them to ensure timely delivery.
Unfortunately, working with Ukrainian developers right now can be unreliable.
Question
DS-Dazzel
someone who understands it and can java diser me where I am wrong in this line?
Original mod:
L2JMack: Welcome
I'm trying to log changes to this:
L2JMack: Welcome MyNick
6 answers to this question
Recommended Posts