public plugin_init(){ register_concmd("hello", "say_hello") //...}public say_hello ( id ){ client_print(id, print_chat, "Hello world!")}