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 .
What else / Where else do I need to add things / Define things ?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; }
Thanks in Advance


Reply With Quote![[Help] Custom Tags not working .](http://ragezone.com/hyper728.png)


