#include <amxmodx> public plugin_init() { register_plugin("No suicide", "1.0", "Imanoobie") } public user_kill() { return PLUGIN_HANDLED }