diff --git a/plugins/include/fun.inc b/plugins/include/fun.inc index 10a4e7fa..00c23daa 100755 --- a/plugins/include/fun.inc +++ b/plugins/include/fun.inc @@ -18,7 +18,10 @@ native set_user_godmode(index, godmode = 0); /* Returns 1 if godmode is set. */ native get_user_godmode(index); -/* Sets player frags. Doesn't autoupdate scoreboard, as Olo's version didn't. Fix? */ +/* Sets player deaths. */ +native set_user_deaths(index, newdeaths); + +/* Sets player frags. */ native set_user_frags(index, frags); /* Sets player armor. */