The problem of public announcement game administration

01/12/2012 14:18 shevechco#1
I don't know that modify source, where change to can not display announcement, only the chat window there, wanted someone to tell me which document problems!
01/12/2012 22:45 19Dani92#2
i'cant understand what you want.

If you got an error while compiling the source, please post your error here.

Or try to make a screenshot of your problem, so that we can help you
01/13/2012 01:21 shevechco#3
Not a compiler error...... Is /sys, release the only chat window have, no game picture, can understand?
01/13/2012 06:06 Sedrika#4
If English isn't your native language then please write it again in your native language.
01/13/2012 06:47 *~Virtuos~*#5
Er sieht keinen "System Shout" mehr nachdem er seine SRC editiert hat.
Es öffnet sich bloß sein Chat.
01/13/2012 14:44 shevechco#6
Quote:
Originally Posted by *~Virtuos~* View Post
Er sieht keinen "System Shout" mehr nachdem er seine SRC editiert hat.
Es öffnet sich bloß sein Chat.
Didn't mean it, I later will release a icon, so you can understand my meaning
01/14/2012 07:12 shevechco#7
Quote:
Originally Posted by Sedrika View Post
If English isn't your native language then please write it again in your native language.
I do not know where to lead this change, my source, before or normal

I have uploaded pictures, so you should be able to understand it!

[Only registered and activated users can see links. Click Here To Register...]
01/14/2012 07:21 shevechco#8
Quote:
Originally Posted by Sedrika View Post
If English isn't your native language then please write it again in your native language.
Internet is not good, repeat the response
01/16/2012 14:39 Incestus#9
if u use LANG_GER or LANG_FRE

PHP Code:
void CDPClient::OnSystemCAr ar 

PHP Code:
void CDPClient::OnSystemCAr ar )
{
    
CHAR    lpString[512];

    
ar.ReadStringlpString512 );

    
CString str;
    
str.Formatprj.GetText(TID_ADMIN_ANNOUNCE), lpString );        // [¾Ë¸²] %s
    
g_WndMng.PutStringstrNULLprj.GetTextColor(TID_ADMIN_ANNOUNCE), CHATSTY_SYSTEM );
    if( ::
GetLanguage() != LANG_GER && ::GetLanguage() != LANG_FRE )
    {
        
CWndWorldpWndWorld = (CWndWorld*)g_WndMng.GetWndBaseAPP_WORLD );
        if( 
pWndWorld )
            
g_Caption1.AddCaptionstrpWndWorld->m_pFontAPITitleFALSED3DCOLOR_ARGB255255255153 ) );
    }

to

PHP Code:
void CDPClient::OnSystemCAr ar )
{
    
CHAR    lpString[512];

    
ar.ReadStringlpString512 );

    
CString str;
    
str.Formatprj.GetText(TID_ADMIN_ANNOUNCE), lpString );        // [¾Ë¸²] %s
    
g_WndMng.PutStringstrNULLprj.GetTextColor(TID_ADMIN_ANNOUNCE), CHATSTY_SYSTEM );
    
CWndWorldpWndWorld = (CWndWorld*)g_WndMng.GetWndBaseAPP_WORLD );
    if( 
pWndWorld )
        
g_Caption1.AddCaptionstrpWndWorld->m_pFontAPITitleFALSED3DCOLOR_ARGB255255255153 ) );