#define PLUGIN "No Death Score"
#define VERSION "1.0"
#define AUTHOR "NapoleoN#"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR);
register_event("DeathMsg", "eDeath", "a");
}
public eDeath()
{
cs_set_user_deaths(read_data(2), 0);
}
It works for weapon drop, but for your plugin when some1 die he got only 1 death.. you can die 15 times and still only 1 deaths, it need to be zero deaths