- Katılım
- 6 Kas 2021
- Mesajlar
- 4,066
- Tepkime puanı
- 5,491
- Puanları
- 113
- Yaş
- 32
- Konum
- Türkiye
- Dc
- fatihbulut
Merhabalar,
Sohbet mesajlarını önbellekte tutmaya yaramaktadır. İyi kullanımlar dilerim.
Sohbet mesajlarını önbellekte tutmaya yaramaktadır. İyi kullanımlar dilerim.
Kod:
constInfo.py Açın
Ekleyin:
lastSentenceStack = []
lastSentencePos = 0
lastSentenceStack = []
lastSentencePos = 0
game.py Açın
def Open(self): İçine ekle:
if len(constInfo.lastSentenceStack) > 0:
constInfo.lastSentencePos = 0
if len(constInfo.lastSentenceStack) > 0:
constInfo.lastSentencePos = 0
uiChat.py Açıp aşağıda bulunan satırı bulun ve silin.
self.lastSentenceStack = []
self.lastSentencePos = 0
self.lastSentenceStack = []
self.lastSentencePos = 0
Bunlarıda:
self.lastSentenceStack
self.lastSentenceStack
Change to:
constInfo.lastSentenceStack
constInfo.lastSentenceStack
Bunlarıda:
self.lastSentencePos
self.lastSentencePos
Değiştirin:
constInfo.lastSentencePos
constInfo.lastSentencePos
