mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
readded the functions
This commit is contained in:
parent
2a5ca94f7f
commit
527683ca41
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user