I added name colors on 1.5 source following get123 tutorial.
But when i say something on lobby or in the game room don't have color .. ( This just happens in 252 grade (EventMaster) )
Prints on attachment
I added name colors on 1.5 source following get123 tutorial.
But when i say something on lobby or in the game room don't have color .. ( This just happens in 252 grade (EventMaster) )
Prints on attachment
Last edited by Juliow; 02-11-12 at 03:05 PM.
Maybe u didn't do all the 6 functions in Zcombatinterface.cpp or Zobserver.cpp and the last file xD ?? if u did then it must be something else I dunnu xD
I checked, i edited 6 functions on ZCombatInterface.cpp and 1 function in ZMiniMap.cpp and ZObserver.cpp ...
Ooh, and that just happens in EVENTMASTER grade (252)
Last edited by Juliow; 02-11-12 at 03:06 PM.
It's because I didn't unmasked here, anyway look into ZGameClient.cpp (OnChannelChat)
In here? : wsprintf(szText, "%s : %s", szName , szChat);
What i do to get the color ?