Jump to content

Recommended Posts

i get this error when i try to complie py to pyc after i edited it. https://metin2.download/picture/00QSpwaaMUSikdoL3r2a97LL4sK48DV6/.png def BINARY_OnQuestConfirm(self, msg, timeout, pid): confirmDialog = uiCommon.QuestionDialogWithTimeLimit() confirmDialog.Open(msg, timeout) confirmDialog.SetAcceptEvent(lambda answer = TRUE, pid = pid: if not net.SendQuestConfirmPacket(answer, pid): passself.confirmDialog.Hide()) confirmDialog.SetCancelEvent(lambda answer = FALSE, pid = pid: if not net.SendQuestConfirmPacket(answer, pid): passself.confirmDialog.Hide()) self.confirmDialog = confirmDialog This is where the error occurs

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.