Added request am41375 (animation toggling on silenced weapons)

This commit is contained in:
David Anderson
2006-08-18 20:12:20 +00:00
parent f5414ff8de
commit 4fe8c71d62
2 changed files with 32 additions and 14 deletions

View File

@ -222,7 +222,7 @@ native cs_get_weapon_silen(index);
/* If silence = 1, weapon will be silenced, 0 and silencer will be removed. Only USP and M4A1 can be silenced.
*/
native cs_set_weapon_silen(index, silence = 1);
native cs_set_weapon_silen(index, silence = 1, draw_animation = 1);
/* Returns amount of ammo in weapon's clip.
*/