I can get you what you want
Tutorial Time
Here is the the weapon animation frames for the colt .45
;HUD animation frames list
keyframe ratio = 1
select = 0,9
Idle = 10,38
Move = 39,53
fire = 54,63
reload = 64,88
cock = 89,101
putaway = 102,111
Take the fire =54,63 section on put a semicolon in front of it
next you want to set up the fire like this
start fire = 54,58
end fire = 59,63
this set-up will exact the firing of the gun at a specific frame
to set-up as an automatic weapon add
automatic fire = 56,58
and change start fire frames to 54,55 and leave the end fire frames.
in the end it will look like one of the two examples
;HUD animation frames list
keyframe ratio = 1
select = 0,9
Idle = 10,38
Move = 39,53
;fire = 54,63
start fire = 54,58
end fire = 59,63
reload = 64,88
cock = 89,101
putaway = 102,111
keyframe ratio = 1
select = 0,9
Idle = 10,38
Move = 39,53
;fire = 54,63
start fire = 54,55
automatic fire = 56,58
end fire = 59,63
reload = 64,88
cock = 89,101
putaway = 102,111
Hope this helps