- Katılım
- 12 Nis 2019
- Konular
- 2
- Mesajlar
- 59
- Çözüm
- 1
- Online süresi
- 9d 17h
- Reaksiyon Skoru
- 3
- Altın Konu
- 0
- TM Yaşı
- 7 Yıl 1 Ay 25 Gün
- Başarım Puanı
- 66
- MmoLira
- 2,611
- DevLira
- 3
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
I have. look.
0327 01:23:19466 ::
uibattlepass.py(line:72) LoadWindow
ui.py(line:4036) LoadScriptFile
ui.py(line:4267) LoadChildren
ui.py(line:4221) LoadChildren
ui.py(line:3029) __init__
ui.py(line:3064) CreateScrollBar
ui.py(line:3016) SetSize
battlepass.LoadWindow.LoadObject - <type 'exceptions.AttributeError'>:'ExpandedImageBox' object has no attribute 'GetBottom'
0327 01:23:19466 ::
uibattlepass.py(line:72) LoadWindow
ui.py(line:4036) LoadScriptFile
ui.py(line:4267) LoadChildren
ui.py(line:4221) LoadChildren
ui.py(line:3029) __init__
ui.py(line:3064) CreateScrollBar
ui.py(line:3016) SetSize
battlepass.LoadWindow.LoadObject - <type 'exceptions.AttributeError'>:'ExpandedImageBox' object has no attribute 'GetBottom'
- Katılım
- 25 Şub 2020
- Konular
- 19
- Mesajlar
- 280
- Çözüm
- 8
- Online süresi
- 3d 3h
- Reaksiyon Skoru
- 106
- Altın Konu
- 0
- TM Yaşı
- 6 Yıl 3 Ay 12 Gün
- Başarım Puanı
- 81
- MmoLira
- 219
- DevLira
- 21
I have. look.
0327 01:23:19466 ::
uibattlepass.py(line:72) LoadWindow
ui.py(line:4036) LoadScriptFile
ui.py(line:4267) LoadChildren
ui.py(line:4221) LoadChildren
ui.py(line:3029) __init__
ui.py(line:3064) CreateScrollBar
ui.py(line:3016) SetSize
battlepass.LoadWindow.LoadObject - <type 'exceptions.AttributeError'>:'ExpandedImageBox' object has no attribute 'GetBottom'
PythonSystemModule.cpp open and Search the function
PyObject * systemGetWidth(PyObject* poSelf, PyObject* poArgs)
{
return Py_BuildValue("i", CPythonSystem::Instance().GetWidth());
}
Add lower
PyObject * systemGetBottom(PyObject* poSelf, PyObject* poArgs)
{
return Py_BuildValue("i", CPythonSystem::Instance().GetBottom());
}
Find
void initsystem()
{
static PyMethodDef s_methods[] =
{
Find ;
{ "GetWidth", systemGetWidth, METH_VARARGS },
And add below
{ "GetBottom", systemGetBottom, METH_VARARGS },
PythonSystem.h open and find this function
DWORD GetWidth();
And add below
DWORD GetBottom();
PythonSystem.cpp on bottom add this function
DWORD CPythonSystem::GetBottom()
{
return m_Config.width;
}
PythonApplication.h open and search
int GetWidth();
add below
int GetBottom();
Finally, follow the ui.py instructions given in the system. Good bye
- Katılım
- 4 May 2018
- Konular
- 229
- Mesajlar
- 3,331
- Online süresi
- 10mo 20d
- Reaksiyon Skoru
- 1,304
- Altın Konu
- 2
- Başarım Puanı
- 289
- Yaş
- 26
- MmoLira
- 3,942
- DevLira
- 63
Kardeş baglanda yap şuna durmadan bildirim geliyor adamdan xddef ShowBoardBpass(self):
self.interface.ShowBoardBpass()
Add the game.py
- Katılım
- 25 Şub 2020
- Konular
- 19
- Mesajlar
- 280
- Çözüm
- 8
- Online süresi
- 3d 3h
- Reaksiyon Skoru
- 106
- Altın Konu
- 0
- TM Yaşı
- 6 Yıl 3 Ay 12 Gün
- Başarım Puanı
- 81
- MmoLira
- 219
- DevLira
- 21
Team verse halledecemKardeş baglanda yap şuna durmadan bildirim geliyor adamdan xd

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 2
- Görüntüleme
- 387
- Cevaplar
- 12
- Görüntüleme
- 2K
- Cevaplar
- 3
- Görüntüleme
- 318
- Cevaplar
- 13
- Görüntüleme
- 1K



