From 527683ca41a9c97d220b51e0d727f1d63afa5a5c Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 7 Mar 2004 20:06:04 +0000 Subject: [PATCH] readded the functions --- plugins/include/cstrike.inc | 6 ++++++ 1 file changed, 6 insertions(+) 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);