diff --git a/plugins/include/fun.inc b/plugins/include/fun.inc index 00c23daa..cd4c4e47 100755 --- a/plugins/include/fun.inc +++ b/plugins/include/fun.inc @@ -18,12 +18,6 @@ native set_user_godmode(index, godmode = 0); /* Returns 1 if godmode is set. */ native get_user_godmode(index); -/* Sets player deaths. */ -native set_user_deaths(index, newdeaths); - -/* Sets player frags. */ -native set_user_frags(index, frags); - /* Sets player armor. */ native set_user_armor(index, armor);