3rd Person Weapons and Health Tutorial

Can someone point me in the right direction on tutorials on getting a 3rd person weapons/reload/health system up? I can’t find anything solid on how to get this done.

damage/health: ?v=vpMKFkhDXuQ
**weapon: **as far as I know there is no complete tutorial about that around, but you just have to do it like that: https://forums.unrealengine/showthread.php?55508-How-to-integrate-Military-Weapons-pack-into-FPS&highlight=weapon https://forums.unrealengine/showthread.php?6397-how-do-i-replace-the-blue-default-fps-gun-in-unreal&highlight=weapon
**reload: **this series will teach you everything about animations for creating your own reload system: Now you just need to use a int + int to increase the value of your ammo variable when you press a button :slight_smile:

Great thanx. I did find this guy here: This seems to be what I am looking for.

Also this dude it good.