VeV0. 69 Posted October 25, 2013 Share Posted October 25, 2013 #include #include public plugin_init() { register_event("DeathMsg", "Death", "a") } public Death() { new killer=read_data(1) new victim=read_data(2) if(get_user_team(killer)==get_user_team(victim)) { set_user_frags(killer,get_user_frags(killer)+2) } } Link to comment Share on other sites More sharing options...
Ogen Dogen 2 490 Właściciel Posted October 25, 2013 Właściciel Share Posted October 25, 2013 Hej! Nie widzisz zawartości tego postu? Sign In lub Create an account, aby korzystać ze wszystkich dostępnych funkcji! Link to comment Share on other sites More sharing options...
VeV0. 69 Posted October 25, 2013 Author Share Posted October 25, 2013 Hej! Nie widzisz zawartości tego postu? Sign In lub Create an account, aby korzystać ze wszystkich dostępnych funkcji! Link to comment Share on other sites More sharing options...
Ogen Dogen 2 490 Właściciel Posted October 26, 2013 Właściciel Share Posted October 26, 2013 Hej! Nie widzisz zawartości tego postu? Sign In lub Create an account, aby korzystać ze wszystkich dostępnych funkcji! Link to comment Share on other sites More sharing options...
Recommended Posts