public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /test","test") } public test(id) { client_print(id, print_chat, "[TEST] test") }