Unmasking?

Results 1 to 5 of 5
  1. #1
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Unmasking?

    So I used this tut,
    http://forum.ragezone.com/f497/tutor...2011-a-825732/

    came out with this to unmask the text
    Code:
    bool GetUserGradeIDColor(MMatchUserGradeID gid,MCOLOR& UserNameColor,char* sp_name)
    {
    	if(gid == MMUG_DEVELOPER) 	{ 
    		UserNameColor = MCOLOR(60,255, 0); 
    		return true; 
    	}
    	else if(gid == MMUG_ADMIN) {
    		UserNameColor = MCOLOR(0,255, 119); 
    		return true; 
    	}else if(gid == MMUG_CHAT_LIMITED) {
    		UserNameColor = MCOLOR(61,61, 61);
    		return true; 
    	}else if(gid == MMUG_EVENTMASTER) {
    		UserNameColor = MCOLOR(255,196, 0); 
    		return true; 
    	}else if(gid == MMUG_VIP) {
    		UserNameColor = MCOLOR(244,255, 36); 
    		return true; 
    	}
    
    	return false;
    }
    but I get this:



  2. #2
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Unmasking?

    The tutorial is simply incomplete. You need about 10 modifications to fully unmask the name. Pretty sure there's a tutorial around, if not, search for stuff like ^4%s (for channel en stage chatting) -- (for stage and lobby playerlist) as well as (Team) for obvious reasons.

  3. #3
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Unmasking?

    Quote Originally Posted by Wizkidje View Post
    The tutorial is simply incomplete. You need about 10 modifications to fully unmask the name. Pretty sure there's a tutorial around, if not, search for stuff like ^4%s (for channel en stage chatting) -- (for stage and lobby playerlist) as well as (Team) for obvious reasons.
    I'll try my best (:
    thanks toverjongen

  4. #4
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    Re: Unmasking?

    there is tutorial .

  5. #5
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Unmasking?

    Quote Originally Posted by Wish Q View Post
    there is tutorial .
    If you had read my repack thread you'd know I fixed it.

    close plawks



Advertisement