Updated Your First Weapon (markdown)

Arctic 2022-07-31 14:37:27 +10:00
parent ad7863f76b
commit 2d27f02d78

@ -27,21 +27,27 @@ SWEP.Animations = {
-- Source = "mac10_idle",
Mult = 0.5
},
["fire_iron"] = {
Source = "idle"
},
["reload"] = {
Source = "reload1"
},
["draw"] = {
Source = "draw"
},
["holster"] = {
Source = "draw",
Reverse = true
},
["idle"] = {
Source = "idle"
}
}
`