ConfirmDlg
Posted: Wed Sep 16, 2009 4:21 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3502:
L2JDP Revision 6606:
Hello. I would like to make confirm dialog so if you select ok it makes some actions. How could i do that? So far i made this:
But i dont know how to make it to ask but without dialog confirmation make further actions?
» Find Revision
L2J Revision 3502:
L2JDP Revision 6606:
Hello. I would like to make confirm dialog so if you select ok it makes some actions. How could i do that? So far i made this:
Code: Select all
ConfirmDlg dlg = new ConfirmDlg(SystemMessageId.S1.getId()).addString("???"); dlg.addTime(60000); activeChar.sendPacket(dlg);