View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-23-2020 , 14:04   Re: [INC] CromChat - a better ColorChat!
Reply With Quote #49

Are you sure you used it correctly? Show your code.

Just did a quick test and it worked as expected:

Code:
#include <amxmodx> #include <cromchat> public plugin_init() {     register_plugin("MyPlugin", "1.0", "OciXCrom")     register_clcmd("say /test", "t") } public t(id) {     CC_SendMessage(id, "Your name is %n", id)     return PLUGIN_HANDLED }
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom