#include <amxmodx>#define PLUGIN "New Plug-In"#define VERSION "1.0"#define AUTHOR "[R]ak"public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_srvcmd("+dm^^groundstrafe", "test")}public test() console_print(0, "call ok")