- Mesaj
- 33
- Beğeni
- 6
- Puan
- 446
- Ticaret Puanı
- 0
Python:
player.AutoHuntSetMaxHitCount(0)
if self.mapNameShower.IsShow():
self.mapNameShower.Update()
if self.isShowDebugInfo:
self.UpdateDebugInfo()
if app.AUTO_SHOUT:
if constInfo.auto_shout_status == 1 and len(constInfo.auto_shout_text) > 0:
if constInfo.CHAT_TELEPORT_NEW == 1:
self.shouttime = app.GetGlobalTimeStamp() + 15
constInfo.CHAT_TELEPORT_NEW = 0
return
if (app.GetGlobalTimeStamp() > self.shouttime):
if len(constInfo.auto_shout_text) > 1:
text = constInfo.auto_shout_text
if constInfo.CHAT_TELEPORT_NEW == 0:
net.SendChatPacket(text, chat.CHAT_TYPE_SHOUT)
self.shouttime = app.GetGlobalTimeStamp() + 7
if self.enableXMasBoom:
self.__XMasBoom_Update()
syserr:
0606 21:22:13902 :: Unknown Server Command xmas_boom 2 | xmas_boom
0606 21:22:14642 :: Traceback (most recent call last):
0606 21:22:14642 :: File "game.py", line 1671, in OnUpdate
0606 21:22:14642 :: AttributeError
0606 21:22:14642 :: :
0606 21:22:14642 :: 'module' object has no attribute 'AutoHuntSetMaxHitCount'
0606 21:22:14642 ::
0606 21:22:15309 :: Traceback (most recent call last):
0606 21:22:15309 :: File "game.py", line 1671, in OnUpdate
0606 21:22:15309 :: AttributeError
0606 21:22:15309 :: :
0606 21:22:15309 :: 'module' object has no attribute 'AutoHuntSetMaxHitCount'
0606 21:22:15309 ::
0606 21:22:15334 :: Traceback (most recent call last):
0606 21:22:15335 :: File "game.py", line 1671, in OnUpdate
0606 21:22:15335 :: AttributeError
0606 21:22:15335 :: :
0606 21:22:15335 :: 'module' object has no attribute 'AutoHuntSetMaxHitCount'
0606 21:22:
En son bir moderatör tarafından düzenlenmiş: