diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index f191ab1f..dc98a09b 100755 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -10,6 +10,12 @@ #endif #define _cstrike_included +/* Returns player deaths. */ +native cs_get_user_deaths(index); + +/* Sets player deaths. */ +native cs_set_user_deaths(index, newdeaths); + /* Returns index of entity (does not have to be a player) which hostage is following. 0 is hostage doesn't follow anything. */ native cs_get_hostage_follow(index);