View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-17-2020 , 07:20   Re: [INC] CromChat - a better ColorChat!
Reply With Quote #59

Don't touch anything in the cromchat.inc file. Use the "CC_SetPrefix" function or pass the value directly in the "CC_PREFIX" variable.

Code:
public plugin_init() {     g_pCvarPrefix = register_cvar("bb_shop_prefix", "[BaseBuilderShop]") } public plugin_cfg() {     get_pcvar_string(g_pCvarPrefix, CC_PREFIX, charsmax(CC_PREFIX)) }
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom