[SCRIPT] - DISABLE HEAD SHOTS
-
I cant find anything close to this - other than setting the health of the pedestrian to a high/max level.
Basically Im requesting exactly what the title suggests....Disable head shots! It would make the fire fights last longer, and will allow players to create "Boss" tier enemies. Head shots can still insta-kill any enemy despite their health.
I feel like it would be a relatively simple script to create, but then again...Im not a modder lol
Thank you for your time and consideration.
-
@Santos_Revenge It won't in case if you use this https://www.gta5-mods.com/weapons/peds-enemys-take-more-damage
In My gameplay, I edited the xml with rediculous amount of health and now my NPCs even survive the explosions at times.
-
@ashishcw That is interesting...but the mod says so right there....head shots are still an instant kill.
My script idea would remove head shots all together.The Division describes it best, head shots give you criticals but wont down the opponent.
-
@Santos_Revenge alright, here is something found interesting, if you are into the scripting, and knows how to build it, there is a function in scripthookv called IS_PEDHEADSHOT_VALID, check that out. I think, you can be able to do some magic around here for sure.
-
@ashishcw @Santos_Revenge The native you want is actually "SET_PED_SUFFERS_CRITICAL_HITS". Setting it to false will disable instant headshots.
-
@CamxxCore Lol, yeah, How could I miss that.
Thanks for the pinpoint.
@Santos_Revenge There you go mate.
-
@ashishcw So it is possible...sadly I wouldn't know where to start
-
@Santos_Revenge okay, don't be disappointed, I will try and make it, though I myself am still a learner(launched my first mod just now) lol
-
@ashishcw I've made a few script mods so I can answer your questions if you need help
-
@CamxxCore Excellent, thanks for the support, I will start the idea, soon as I can. I am at job, lol. So will start on it once, I reach home.