HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. 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'
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
Kardeş baglanda yap şuna durmadan bildirim geliyor adamdan xddef ShowBoardBpass(self):
self.interface.ShowBoardBpass()
Add the game.py
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
- 392
- Cevaplar
- 12
- Görüntüleme
- 2K
- Cevaplar
- 4
- Görüntüleme
- 355
- Cevaplar
- 13
- Görüntüleme
- 1K
