public hooksay(id) { if (get_pcvar_float(pFreezeTime) > 0.0) { client_print(id, print_chat, "Chat is blocked") return PLUGIN_HANDLED } return PLUGIN_CONTINUE }