Implemented request amb242: added cs_get/set_user_hostagekills() natives

This commit is contained in:
Scott Ehlert
2007-05-01 21:38:39 +00:00
parent fdb094045e
commit e34120803d
4 changed files with 41 additions and 2 deletions

View File

@ -314,6 +314,12 @@ native Float:cs_get_user_lastactivity(index);
native cs_set_user_lastactivity(index, Float:value);
/* Gets or sets the number of hostages that a user has killed.
*/
native cs_get_user_hostagekills(index);
native cs_set_user_hostagekills(index, value);
/* Gets or sets the time that the hostage was last used.
*/
native Float:cs_get_hostage_lastuse(index);