I'm going to leave this simple code that did Androide28 and many have asked me.
Open ZGameClient.cpp
search:
6 Lines paste belowPHP Code:void ZGameClient::OnChannelChat(const MUID& uidChannel, char* szName, char* szChat,int nGrade)
search:PHP Code:char szLevel[16];
replace:PHP Code:wsprintf(szText, "^4%s %s^9 : %s", szName, ZGetMyInfo()->, szChat);
Then we replacePHP Code:wsprintf(szText, "^4%s %s(Lv-%i)^9 : %s", szName, ZGetMyInfo()->, szChat);
by thisPHP Code:ZGetMyInfo()-> szChat);
Then we go a little higherPHP Code:ZGetMyInfo()->GetLevel(), szChat);
replace
forPHP Code:wsprintf(szText, "%s : %s" , szName, szChat);
Usually this would be itPHP Code:wsprintf(szText, "%s %i : %s" , szName, szLevel, szChat);
Credits: Androide28 and SkipChopJD
![]()





Reply With Quote

