I was a bit wondering long time ago why when i hold medpack it plays throw anim just once…
I never tried to look on it cos i always forgot it before i turned ET off…
But it isnt important here is just what is wrong :
see there is WP_MEDKIT but it animation doesnt loop so no wonder it plays just once
Solution: just delete WP_MEDKIT from there , because default: does it right
case WP_MP40:
case WP_THOMPSON:
case WP_STEN:
case WP_MEDKIT: // DELETE me please :nag:
case WP_PLIERS:
case WP_SMOKE_MARKER:
case WP_SATCHEL_DET:
case WP_MOBILE_MG42:
case WP_MOBILE_MG42_SET:
PM_ContinueWeaponAnim(weapattackanim);
break;
:nag: thats all i shouldnt talk so much about that simple things …
