register_clcmd("say /tt", "Tt"); } public Tt(player) { set_task(5.0, "Dd", player); } public Dd(player) { client_print(player, print_chat, "!!!"); }