[Help] Custom Tags not working .

Results 1 to 3 of 3
  1. #1
    Enthusiast PremiumNetwork is offline
    MemberRank
    Feb 2013 Join Date
    35Posts

    [Help] Custom Tags not working .

    Is there anything else i need to do ? This is what I did but the tags dont work ! I added the grades in dbo.UGradeID . What else to do . This is my ZGameClient.cpp edit that i did .

    Code:
    {		 switch(gid)
            {
            case 250 :
            wsprintf(szText, "[Owner]%s : %s", sp_name , szChat);
                break; 
            case 254:
            wsprintf(szText, "[Staff]%s : %s", sp_name , szChat);
                break;
            case 10:
            wsprintf(szText, "[Donate]%s : %s",sp_name , szChat);
                break;
    			case 249 :
            wsprintf(szText, "[GM]%s : %s", sp_name , szChat);
                break; 
    			case 248 :
            wsprintf(szText, "[HGM]%s : %s", sp_name , szChat);
                break; 
    			case 247 :
            wsprintf(szText, "[Event]%s : %s", sp_name , szChat);
                break; 
            }
    What else / Where else do I need to add things / Define things ?
    Thanks in Advance


  2. #2
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: [Help] Custom Tags not working .

    Errm there is 2 parts in the same file where u need the exact same codes, it should be a little down from the current one, ill try find it for you.

  3. #3
    Enthusiast PremiumNetwork is offline
    MemberRank
    Feb 2013 Join Date
    35Posts

    Re: [Help] Custom Tags not working .

    Quote Originally Posted by Duluxe View Post
    Errm there is 2 parts in the same file where u need the exact same codes, it should be a little down from the current one, ill try find it for you.
    Yes sir i did that , but when I run gunz and change my ugradeid to 247 for example in game it doesnt show up . yes i used the newly compiled gunz .

    Do i need to define it anywhere else?

    bump.



Advertisement