[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
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.
Re: [Help] Custom Tags not working .
Quote:
Originally Posted by
Duluxe
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.