W public plugin_init() dodaj:
register_clcmd("say","BugCTFix"); register_clcmd("say_team","BugCTFix");
Potem dodaj public:
public BugCTFix(id) { new szCommand[256]; read_args(szCommand,charsmax(szCommand)); remove_quotes(szCommand); new t = get_user_team(id); if(szCommand[0] == '/' && t == 0){ ColorChat(id, GREEN, "[AmxxPro.pl]^x01 Przed wpisaniem komendy dolacz do jakiejs druzyny!"); return PLUGIN_HANDLED; } return PLUGIN_CONTINUE; }