public plugin_init() { set_task(15.0,"textloop") } public textloop(id) { client_print(0, print_chat,"If you are seeing this, then it is working.") }