HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Kod:if app.WJ_SHOW_ALL_CHANNEL: def BINARY_OnChannelPacket(self, channel): import net dict = { 'default' : 'Metin2, CH %d', 'game99' : 'Metin2, CH Donald Trump' } tokens = dict['default'] % channel if channel is 99: tokens = dict['game99'] net.SetServerInfo(tokens.strip()) if self.interface: self.interface.wndMiniMap.serverInfo.SetText(net.GetServerInfo())
This is the code you gave. I tried and got syser error; 0927 15:35:12683 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR .
This syserr comes when any ch99 is connected to the map. What is the solution?
