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
https://metin2.dev/topic/1765-pyc-problem/
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.