Beiträge von speedy

    Hay, kann mir hier wer weiterhelfen?

    Kann mir einer helfen den zu fixen?

    Wer kann mir sagen welcher Index wo ist?
    Bitte melden Sie sich an, um dieses Bild zu sehen.


    Ist das so richtig oder fehlt da noch was?

    C
    1. #ifdef ENABLE_COSTUME_SYSTEM
    2. const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;
    3. const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0;
    4. const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;
    5. const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 2;
    6. const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 3;
    7. const DWORD c_Costume_Slot_Count = 4;
    8. const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
    9. #endif

    Kann ich meine gameoptiondialog.py auch so bearbeiten?