mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
Fixed a typo
This commit is contained in:
parent
d07cc0424d
commit
c16eab09ec
@ -172,6 +172,10 @@ native cs_set_user_tked(index, tk = 1, subtract = 1);
|
|||||||
*/
|
*/
|
||||||
native cs_get_user_driving(index);
|
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.
|
/* Returns 1 if specified weapon is in burst mode.
|
||||||
*/
|
*/
|
||||||
native cs_get_weapon_burst(index);
|
native cs_get_weapon_burst(index);
|
||||||
|
Loading…
Reference in New Issue
Block a user