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);
}
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