Merhabalar, python metin2 modülleri çalışmıyor. TR de deniyorum
import ui,app,time,chr
try:
import playerm2g2 as player
except:
import player
try:
import chatm2g as chat
except:
import chat
try:
import m2netm2g as net
except:
import net
try:
import chrmgrm2g as chrmgr...