Welcome to the RaGEZONE - MMORPG development forums.

Help-me

This is a discussion on Help-me within the Gunz Online forums, part of the MMO and MMORPG Developments category; 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 ...

Results 1 to 4 of 4
  1. #1
    Registered
    Rank
    Member
    Join Date
    Oct 2011
    Posts
    18
    Liked
    0

    Help-me

    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)

  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Feb 2012
    Posts
    765
    Liked
    79

    Re: Help-me

    Yea, that tut does not work, add me on MSN or Skype and ill help, ill PM you

  3. #3
    Good Guy George
    Rank
    Member +
    Join Date
    Apr 2009
    Location
    Desert
    Posts
    1,305
    Liked
    397

    Re: Help-me

    Actually, it does. It's working but there are noobs over here that can't done it, not my problem.

  4. #4
    I keep what I steal ;]
    Rank
    Subscriber
    Join Date
    Oct 2010
    Location
    Valhalla
    Posts
    1,478
    Liked
    380
    Gamertag: Awakening Light PSN ID: AwakeningLight Steam ID: Makakiyo

    Re: Help-me

    Obviously, you're doing it wrong then. Again, it works for me.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •