The problem I'm facing is that since turrets don't always work, I decided that I would create a system that would replace the non-working one. I also need it for a mod I'm making. Anyways, the issue is : I tried to use hit hook and get information about them so I could later check
if weapon == 253 then
however the results for
Single,Double,Triple Turrets were
Source : 0
Weapon : 253
so I don't know what else I could use to check if it's a certain type of turret that hit me.
If any of you know a solution to my problem, I'd be very thankful if you could post it here.