or
Make an instance variable (Can_shoot) for the player sprite (in the below example the player is Sprite)
(one instance variable (number))
and in this case the reload animation is named reload
and when the reload animation is finished then......
..
When you make the instance variable for the player sprite, the remember to set initial value of the Can_shoot instance variable to 1 when you make it.