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