This is for DOD HL1
Can anyone help me on this scripts? Is there anything wrong with it ? It's seems don't work even deaths reach to 10 . Maybe I'm too nub to understand where did I go wrong.
==================================
#include <amxmodx>
public plugin_init() {
// ..
register_plugin("deaths_Kicker","1.0","Shadow Leader(123)")
register_event("ResetHUD","newRound","b")
register_cvar("deaths_limit","10")
}