readded the functions

This commit is contained in:
Felix Geyer 2004-03-07 20:06:04 +00:00
parent 2a5ca94f7f
commit 527683ca41

View File

@ -10,6 +10,12 @@
#endif #endif
#define _cstrike_included #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. */ /* 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); native cs_get_hostage_follow(index);