This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
Natsu
freya pack exw kai prospa8o na katalavo to error bori kapios na me help??
if(Config.PM_MESSAGE_ON_START)
{
CreatureSay np = new CreatureSay(2, Say2.HERO_VOICE,Config.PM_TEXT1,Config.PM_SERVER_NAME);
CreatureSay na = new CreatureSay(15, Say2.PARTYROOM_COMMANDER,activeChar.getName(),Config.PM_TEXT2);
activeChar.sendPacket(np);
activeChar.sendPacket(na);
}
if(Config.SERVER_TIME_ON_START) {
activeChar.sendMessage("SVR time is " + fmt.format(new Date(System.currentTimeMillis())));
}
9 answers to this question
Recommended Posts