Вот чат собери, будет приходить в телеграм
#include <sourcemod>
#include <telegram>
#include <ripext>
public void OnPluginStart()
{
AddCommandListener(OnClientUseChat, "say");
AddCommandListener(OnClientUseChat, "say_team");
}
public Action OnClientUseChat(int iClient, const char[]...