public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("start_something","start",ADMIN_CFG) // Add your code here... } public start() { run_plugin("another_plugin.amxx") }