[HELP] NO WINDOW POPUP

02/11/2018 15:59 rapiskid2#1
When i clicked Fashion Combination nothing happens. No window will pop up. Any help pls? I'm using v15 clean source and Fashion Combine System by Monster

[Only registered and activated users can see links. Click Here To Register...]

In resource i used :
defineNeuz.h
defineText.h
ResData.h
resdata.inc
resData.txt
textClient.inc
textClient.txt

Any missing in action guys? Help meeeeeeeeeeeeeeeeeeeeeeee
02/11/2018 19:44 pedala1#2
Did u compile ur source ?
02/11/2018 20:55 Sammyz#3
I would start by checking WndWorld.cpp.
02/12/2018 00:56 rapiskid2#4
@[Only registered and activated users can see links. Click Here To Register...]Yeah i did compile the source.
02/12/2018 11:06 KingKeesie#5
Quote:
Originally Posted by rapiskid2 View Post
@[Only registered and activated users can see links. Click Here To Register...]Yeah i did compile the source.
Ressed your resource?
02/12/2018 16:23 Ecrypter#6
Quote:
Originally Posted by rapiskid2 View Post
When i clicked Fashion Combination nothing happens. No window will pop up. Any help pls? I'm using v15 clean source and Fashion Combine System by Monster

[Only registered and activated users can see links. Click Here To Register...]

In resource i used :
defineNeuz.h
defineText.h
ResData.h
resdata.inc
resData.txt
textClient.inc
textClient.txt

Any missing in action guys? Help meeeeeeeeeeeeeeeeeeeeeeee
WndWorld.cpp
PHP Code:
#ifdef __FASHION_COMBINE
        
case MMI_COSTUMEMIX01:
            {
                
SAFE_DELETEg_WndMng.m_pWndFashionCombine );
                
g_WndMng.m_pWndFashionCombine = new CWndFashionCombine;
                
g_WndMng.m_pWndFashionCombine->Initialize();
            }
            break;
#endif // __FASHION_COMBINE 
02/12/2018 17:10 rapiskid2#7


I already put that in source :((
02/12/2018 17:16 Ecrypter#8
much better copy code from the other source not in release thread some release are not complete.