Thread: [Help / Support] Removing client print and HUD messages.
View Single Post
MeRcyLeZZ
Veteran Member
Join Date: Dec 2007
Old 10-20-2011 , 00:33   Re: Removing client print and HUD messages.
Reply With Quote #5

Quote:
Originally Posted by SGT View Post
Another couple of questions.

1- How do I remove the [ZP] From every message? I know it means I would have to recompile everything but that's fine. Is it the "zp_colored_print" part? and if yes, then which plugin do I edit before I recompile everything to change that part.

2- How can I change the game name from "Zombie Plague 5.0.5" to Just "Zombie Plague"?
That's cool. Thankfully everything's much easier to customize in this version.

1- zp50_colorchat_const.inc
Code:
#define ZP_PREFIX "^x01[^x04ZP^x01] "

2- zp50_serverbrowser_info
Code:
formatex(g_ModName, charsmax(g_ModName), "Zombie Plague %s", ZP_VERSION_STR_LONG)
to
Code:
formatex(g_ModName, charsmax(g_ModName), "Zombie Plague")
__________________

Last edited by MeRcyLeZZ; 10-20-2011 at 00:37.
MeRcyLeZZ is offline