» Find Revision
L2J Revision LastIT:
L2JDP Revision LastIT:
I trying to add some futures to comunity board on my server but i have problem. I have someth like this...
Code: Select all
(...code...)player.sendPacket(new ShowBoard("<html><body>Hello!</body></html>", "101"));player.sendPacket(new ShowBoard(null, "102"));player.sendPacket(new ShowBoard(null, "103")); (...code...)player.sendPacket(new ShowBoard("<html><body>Bye Bye!</html></body>", "101"));player.sendPacket(new ShowBoard(null, "102"));player.sendPacket(new ShowBoard(null, "103"));
Some one have any idea how to slove it? I calling ShowBoard packet from external procedure (not in communitybbs).