Fethi Polat 1
Fethi Polat
Bvural41 1
Bvural41
OnurBoyla 1
OnurBoyla
Hikaye Ekle
Kaynak ikonu

c++ battlepass 1.0

indirmek için izniniz yok

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'
 
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
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst