View Single Post
svas
Junior Member
Join Date: Aug 2016
Location: Turkey
Old 02-17-2020 , 17:13   Re: print_chat color help
Reply With Quote #10

Quote:
Originally Posted by Napoleon_be View Post
Just follow every step he does in the video, it's not that hard.

1) Place the cromchat.inc file in scripting/include folder.
2) add
PHP Code:
#include <cromchat> 
in your code, like he does in the vid.
3) replace your current
PHP Code:
client_print() 
line with the
PHP Code:
CC_SendMessage() 
command. (Colors are also listed in the video.)
4) Recompile and you're ready to go.
thank you so much for your help and interest.
svas is offline