custom ugradeid colours cpp file

Results 1 to 3 of 3
  1. #1
    Valued Member Wertex is offline
    MemberRank
    Feb 2011 Join Date
    101Posts

    custom ugradeid colours cpp file

    yo, does someone know where i can change the ugradeid colors? i managed to edit their tag in-game already, i just dont know what .cpp or .h file i should go to edit their colour, i'm using sahar's files.

    Code:
     case 255 :
            wsprintf(szText, "[Owner]%s : %s", szName , szChat);
                break; 
            case 254:
            wsprintf(szText, "[GameMaster]%s : %s", szName , szChat);
                break;
    		case 252:
            wsprintf(szText, "[Developer]%s : %s", szName , szChat);
                break;
    		case 2:
            wsprintf(szText, "[EventWinner]%s : %s", szName , szChat);
                break;
            case 3:
            wsprintf(szText, "[VIP]%s : %s", szName , szChat);
                break;
    		case 4:
            wsprintf(szText, "[VIP]%s : %s", szName , szChat);
                break;
    		case 5:
            wsprintf(szText, "[VIP]%s : %s", szName , szChat);
                break;
            }
    Last edited by Wertex; 09-06-13 at 07:23 PM.


  2. #2
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: custom ugradeid colours cpp file

    Look at the last 3 spoilers of the OP in this thread:
    http://forum.ragezone.com/f497/tutor...2011-a-825732/

    Goodluck!

  3. #3
    Valued Member Wertex is offline
    MemberRank
    Feb 2011 Join Date
    101Posts

    Re: custom ugradeid colours cpp file

    Quote Originally Posted by Patrick2607 View Post
    Look at the last 3 spoilers of the OP in this thread:
    http://forum.ragezone.com/f497/tutor...2011-a-825732/

    Goodluck!
    Thanks a lot man



Advertisement