1. uiprivateshopbuilder.py dosyasında ara
  2. text7 = self.priceInputBoard.GetText7()
  3. bi boşluk bırakıp şunları ekle
  4. if text1 and int(text1) >= 200:
  5. chat.AppendChat(1, "200'den Yuksek bir sayı giremezsiniz.")
  6. return TRUE
  7. if text2 and int(text2) >= 200:
  8. chat.AppendChat(1, "200'den Yuksek bir sayı giremezsiniz.")
  9. return TRUE
  10. if text3 and int(text3) >= 200:
  11. chat.AppendChat(1, "200'den Yuksek bir sayı giremezsiniz.")
  12. return TRUE
  13. if text4 and int(text4) >= 200:
  14. chat.AppendChat(1, "200'den Yuksek bir sayı giremezsiniz.")
  15. return TRUE
  16. if text5 and int(text5) >= 200:
  17. chat.AppendChat(1, "200'den Yuksek bir sayı giremezsiniz.")
  18. return TRUE
  19. if text6 and int(text6) >= 200:
  20. chat.AppendChat(1, "200'den Yuksek bir sayı giremezsiniz.")
  21. return TRUE
  22. if text7 and int(text7) >= 200:
  23. chat.AppendChat(1, "200'den Yuksek bir sayı giremezsiniz.")
  24. return TRUE