Advertisement
Kapa3a

fix itemshop in Game

Feb 18th, 2024
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | Source Code | 0 0
  1. eroare : 'int' object has no attribute 'SetText'
  2.  
  3.  
  4. fix model:
  5.  
  6.  
  7.     def OnUpdate(self): #fix by kapa3a
  8.         if app.ENABLE_DM_SYSTEM:
  9.             try:
  10.                 self.wndDMs.SetText(str(constInfo.dms) + " MD")
  11.             except AttributeError:
  12.                 pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement