In adminhelp.amxx I did sth like that:
Code:
ColorChat(id, GREY, "%L", id, "TYPE_HELP")
And I've changed in .txt TYPE_HELP to:
Code:
TYPE_HELP = Type ^x04amx_help ^x03in the console to see available commands
But it doesn't work, in-game I can see message such as:
Quote:
|
Type x04amx_help x03in the console to see available commands
|
It's like I can't use " ^ " in .txt file. Help me fix that please!