Or keep it out of the cvar, that is if you always want that color and only want to change the text of the prefix.
PHP Code:
myvar = create_cvar("my_prefix", "[PREFIX]")
PHP Code:
get_pcvar_string(myvar, prefixchat, charsmax(prefixchat))
client_print_color(0, print_team_default, "^4%s", prefixchat)
__________________