/* Plugin generated by AMXX-Studio */ #include #include #define PLUGIN "New Plug-In" #define VERSION "1.0" #define AUTHOR "DarkGl & G[o]Q" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) server_cmd("amx_off") }