View Single Post
fjlep
Junior Member
Join Date: Apr 2024
Old 04-14-2024 , 11:20   Re: error 017: undefined symbol "ChatColor"
Reply With Quote #5

Quote:
Originally Posted by fysiks View Post
You need to have the proper include file for the functions that you want to use. Notice that the include that you're using is called "colorchat" but you're using a function called "chatcolor". Either get an include that contains "chatcolor" or use the functions defined in your include file.

Alternatively, if you're using AMX Mod X 1.9.x or newer, you'll have a built-in color chat function called client_print_color() so you can just use that one instead and not need any extra include files.
I put the include chatcolor and I check this message error 021: symbol already defined: "client_print_color" at the end of compiling, I don't have much knowledge in amxx, I hope you help me please.
fjlep is offline