romegames 1
romegames
Bvural41 1
Bvural41
Best Studio 1
Best Studio
BlackFullMoon 1
BlackFullMoon
NovaLst 1
NovaLst
SLyFeLLowTR 1
SLyFeLLowTR
xranzei 1
xranzei
InfernoShade 1
InfernoShade
shrpnl 1
shrpnl
D 1
delimuratt
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com
Kaynak ikonu

18.2 Catch King Event Full 1

indirmek için izniniz yok

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!

Sorununuza kodlara bakarak bir çözüm söyleyeyim deneyiniz
iRumiEndTime


Bu Fonksyon Thomasın okey kart için c++ yaptıgı blokdur bunu yerine iCatchKingEndTime kullanmayı deneyin
sorunu çözdm ya minigame.h de bir fonksiyon ekleyerek düzeldi sorunsuz build
 
birde Thomas Shelby nin kendi sistesi mevcut mu ? varsa link atsanız
 
i already added this

Kod:
PyObject * wndMgrSetSlotID(PyObject * poSelf, PyObject * poArgs)
{
    UI::CWindow * pWin;
    if (!PyTuple_GetWindow(poArgs, 0, &pWin))
        return Py_BuildException();

    int iSlotIndex;
    if (!PyTuple_GetInteger(poArgs, 1, &iSlotIndex))
        return Py_BuildException();

    int id;
    if (!PyTuple_GetInteger(poArgs, 2, &id))
        return Py_BuildException();

    if (!pWin->IsType(UI::CSlotWindow::Type()))
        return Py_BuildException();

    UI::CSlotWindow * pSlotWin = (UI::CSlotWindow *)pWin;
    pSlotWin->SetSlotID(iSlotIndex, id);

    return Py_BuildNone();
}

but it says
Kod:
 SetSlotID': is not a member of 'UI::CSlotWindow'
Ohh god you should write this into pythonslotwindow.h
void SetSlotID(DWORD dwIndex, DWORD dwID);
 

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

Geri
Üst