@ Nomad Soul Great !

@ Mriganka The turret hud? Here's a link to that page...
https://forum.thegamecreators.com/thread/218375
Download is about halfway down. Is there something missing from it? Or did you what me to upload it to Google drive?
If you do use it, remember to use Nomad Soul's script fix.
;Artificial Intelligence Script
;Header
desc = plrwithin display mini gun hud
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=languagebank\english\gamecore\text\holster.dds,hudname=holster,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=languagebank\english\gamecore\text\use_F.dds,hudname=use,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=55,hudimagefine=gamecore/huds/gatlingun1.dds,hudname=gatlin,hudhide=1,hudmake=display,state=1
;PLAYER HAS A WEAPON
:state=1,plrdistwithin=40:hudshow=holster,state=7
:state=7,plrdistfurther=45:hudunshow=holster,state=0
:state=7,scancodekeypressed=11:hudunshow=holster,hudshow=use,,state=3
:state=3,plrdistfurther=45:hudunshow=use,state=0
:state=3,scancodekeypressed=33:hudunshow=use,weapontoslot=9,coloff,hide,hudshow=gatlin,giveplrweapon=modernday\minigun_NoTexture,preventplrselectinggun=1,plrfreeze=99999,state=4
:state=4,plralive=0:hudunshow=gatlin,removeplrweapon=modernday\minigun_NoTexture,show
:state=4,keypressed=31 1:plrfreeze=0,hudunshow=gatlin,show,removeplrweapon=modernday\minigun_NoTexture,preventplrselectinggun=0,state=0
;End of Script
My games never have bugs. They just develop random features..
Lots and lots of random features...