Jump to content

erro Game.PY (phyton)


trample
 Share

Recommended Posts

No sisser apresenta este erro Apenas ele e nad mais .

Citar

0311 00:08:24257 :: Traceback (most recent call last):

0311 00:08:24257 ::   File "system.py", line 147, in __pack_import

0311 00:08:24257 ::   File "
0311 00:08:24257 :: game.py
0311 00:08:24257 :: ", line
0311 00:08:24257 :: 1699
0311 00:08:24257 ::

0311 00:08:24257 ::     
0311 00:08:24257 :: if pvp.DUEL_IS_SHOW_EQUIP == int(1):

0311 00:08:24257 ::     
0311 00:08:24257 ::  
0311 00:08:24257 :: ^

0311 00:08:24257 :: IndentationError
0311 00:08:24258 :: :
0311 00:08:24258 :: expected an indented block
0311 00:08:24258 ::

 

 

 

game.py line 1699
 

Citar

 

    def OnUpdate(self):
        self.wndAkiraGift.OnUpdate()
        app.UpdateGame()

        
        if app.ENABLE_PVP_ADVANCED:
        if pvp.DUEL_IS_SHOW_EQUIP == int(1):
            self.interface.CloseEquipmentDialog(int(pvp.DUEL_SAVE_VID))
        
        if int(translate.panelisle) == 1:
            self.interface.ToggleOfflineShopAdminPanelWindow()
            translate.panelisle=0

 

 

Link to comment
Share on other sites

	def OnUpdate(self):
		self.wndAkiraGift.OnUpdate()
		app.UpdateGame()


		if app.ENABLE_PVP_ADVANCED:
			if pvp.DUEL_IS_SHOW_EQUIP == int(1):
				self.interface.CloseEquipmentDialog(int(pvp.DUEL_SAVE_VID))

		if int(translate.panelisle) == 1:
		self.interface.ToggleOfflineShopAdminPanelWindow()
			translate.panelisle=0

tenta assim

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...