mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
added get_user_deaths and get_user_frags
This commit is contained in:
parent
bea78c7c19
commit
d7e4bce545
@ -193,6 +193,12 @@ native get_user_frags(index);
|
|||||||
/* Returns player armor. */
|
/* Returns player armor. */
|
||||||
native get_user_armor(index);
|
native get_user_armor(index);
|
||||||
|
|
||||||
|
/* Returns player deaths. */
|
||||||
|
native get_user_deaths(index);
|
||||||
|
|
||||||
|
/* Returns player frags. */
|
||||||
|
native get_user_frags(index);
|
||||||
|
|
||||||
/* Returns player health. */
|
/* Returns player health. */
|
||||||
native get_user_health(index);
|
native get_user_health(index);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user