View Single Post
fjlep
Junior Member
Join Date: Apr 2024
Old 04-17-2024 , 22:02   Re: error 017: undefined symbol "ChatColor"
Reply With Quote #18

Quote:
Originally Posted by fysiks View Post
No need to download some random files. It looks like you should be able to simply replace:

Code:
ChatColor(0, GREY
with

Code:
client_print_color(0, print_team_grey
Similarly with the one that uses "id" instead of "0". Also, make sure to remove:

Code:
#include <colorchat>
thank you I was able to do it =D
fjlep is offline