From c16eab09ecfdf117c16f772bbce6b814f581d17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Mon, 27 Sep 2004 09:53:56 +0000 Subject: [PATCH] Fixed a typo --- plugins/include/cstrike.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index ef12e2bf..c1c313ae 100755 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -172,6 +172,10 @@ native cs_set_user_tked(index, tk = 1, subtract = 1); */ native cs_get_user_driving(index); +/* Returns 1 if user is using a stationary gun, else 0. + */ +native cs_get_user_stationary(index); + /* Returns 1 if specified weapon is in burst mode. */ native cs_get_weapon_burst(index);