public plugin_init() { register_dictionary ( "MyDictionary.txt" ); } public MyFunction( id ) { client_print( id, print_chat, "%L", id, "TEXT" ); }