forked from Simnation/Main
Update animations.lua
This commit is contained in:
parent
3995ee4ba1
commit
1d75ca7c7c
1 changed files with 1 additions and 1 deletions
|
@ -32,8 +32,8 @@ info.weapons = {
|
||||||
[`WEAPON_REVOLVER`] = "police",
|
[`WEAPON_REVOLVER`] = "police",
|
||||||
[`WEAPON_HEAVYPISTOL`] = "police",
|
[`WEAPON_HEAVYPISTOL`] = "police",
|
||||||
[`weapon_appistol`] = "police",
|
[`weapon_appistol`] = "police",
|
||||||
|
[`weapon_colbaton`] = "police",
|
||||||
[`WEAPON_SWITCHBLADE`] = false -- setting to false will not play any anim and instead use the in game default.
|
[`WEAPON_SWITCHBLADE`] = false -- setting to false will not play any anim and instead use the in game default.
|
||||||
[`weapon_colbaton`] = "police"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- if wearing specific clothing such as a holster then everything else ignored and that anim is used.
|
-- if wearing specific clothing such as a holster then everything else ignored and that anim is used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue