http://forum.ragezone.com/f497/tutor...2011-a-825732/
I can not use that Unmask, symbols appear.
I could not understand this part, could someone explain or help me by tv?
Code:*Here i only give examples, you copy paste and change! 1) Gunz\ZCombatInterface.cpp(1612): Code: if(pCharacter->IsAdminName()) m_pTargetLabel->SetTextColor(ZCOLOR_ADMIN_NAME); So here you change the: Function Name Color Name 2) Gunz\ZCombatInterface.cpp: Code: if(pCharacter->IsAdminName()) { pFont = MFontManager::Get("FONTa12_O1Org"); pDC->SetColor(MCOLOR(ZCOLOR_ADMIN_NAME)); } else { pFont = MFontManager::Get("FONTa12_O1Blr"); pDC->SetColor(MCOLOR(0xFF00FF00)); } So here you change the: Function Name Color Name Always look for IsAdminName, copy paste the fucntion and change the "FunctionName,ColorName" like the examples above! The files you gonna edit them: ZCombatInterface.cpp (6 Function's, 2 already done) ZMiniMap.cpp (1 Function) ZObserver.cpp (1 Function)


Reply With Quote

