register_clcmd("say /web", "CmdWeb");public CmdWeb(id){ set_hudmessage(/*the required color and coords*/); show_hudmessage(id, "<message>"); return PLUGIN_HANDLED; // Blocks chat message.}