*** empty log message ***

This commit is contained in:
Johnny Bergström
2005-03-16 21:00:16 +00:00
parent 448da8bd9e
commit ad732d7286
2 changed files with 23 additions and 15 deletions

View File

@ -172,6 +172,10 @@ native cs_set_user_tked(index, tk = 1, subtract = 1);
*/
native cs_get_user_driving(index);
/* Returns 1 if user has a shield, else 0.
*/
native cs_get_user_shield(index);
/* Returns 1 if user is using a stationary gun, else 0.
*/
native cs_get_user_stationary(index);
@ -228,3 +232,4 @@ native cs_get_no_knives();
* You can still give knives (ie through fun's give_item).
*/
native cs_set_no_knives(noknives = 0);