[Release] Single Shot Fire Mode & Safety Feature

Change

List<string> automaticWeapons = new List<string>{
            "WEAPON_COMBATPISTOL",
            "WEAPON_STUNGUN",
            "WEAPON_PISTOL",
            "WEAPON_APPISTOL",
            "WEAPON_PISTOL50",
            "WEAPON_MICROSMG",
            "WEAPON_ASSAULTSMG",
            "WEAPON_SMG",
            "WEAPON_ASSAULTRIFLE",
            "WEAPON_CARBINERIFLE",
            "WEAPON_ADVANCEDRIFLE",
            "WEAPON_MG",
            "WEAPON_COMBATMG",
            "WEAPON_PUMPSHOTGUN",
            "WEAPON_SAWNOFFSHOTGUN",
            "WEAPON_ASSAULTSHOTGUN",
            "WEAPON_BULLPUPSHOTGUN",
            "WEAPON_SNIPERRIFLE",
            "WEAPON_REMOTESNIPER",
            "WEAPON_SNSPISTOL",
            "WEAPON_BULLPUPRIFLE",
            "WEAPON_GUSENBERG",
            "WEAPON_SPECIALCARBINE",
            "WEAPON_HEAVYPISTOL",
            "WEAPON_VINTAGEPISTOL",
            "WEAPON_HEAVYSHOTGUN",
            "WEAPON_MARKSMANRIFLE",
            "WEAPON_COMBATPDW",
            "WEAPON_MACHINEPISTOL",
            "WEAPON_REVOLVER",
            "WEAPON_COMPACTRIFLE",
            "WEAPON_DBSHOTGUN",
            "WEAPON_MINISMG",
            "WEAPON_AUTOSHOTGUN",
        };
        #endregion

to

List<string> automaticWeapons = new List<string>{
            "WEAPON_CARBINERIFLE",
        };
        #endregion

Anyway to get a config to disable the icon clip? Or be able to move it to another location on the hud.?

No, not atm. You would have to edit the code instead.

Can you make a config file to hide the icon or move it atleast?

Iā€™ll try to implement it in my own version, youā€™ll have to ask aka_Lucifer to add it to his version.

Yeah, Iā€™ll look it into it mate, Iā€™m just a little busy right now.

Added this to my original version.

Itā€™s not the most perfect way I did it, but it only took 5 minutes to implement. Shouldnā€™t be hard for you to merge if you want to take the same route :wink:

Sweet man thanks, ill have a look at it in a bit. Thanks for taking the time to add in:)

Who :joy: @Scott_Wren that guy?

You want ot hate on me cause your servers fail. Ok man :slight_smile: I love haters. Known you far many years same with alot of Discord community :wink: You always salt people when you donā€™t get your way. Remember you added me back and I got tired of your shit. SO do what makes you feel happy. It does not bother me.

Alright no drama, @Vespura Can you delete their comments something?

Just leave it.

(20 Chars)

Hey man, sorry to bother you but this doesnā€™t work for me. Iā€™ve been trying for weeks; the gun just stays on fully automatic, however I can toggle safety.

i am having same issue

I tested and realized this was no longer working and all guns were full auto w a safety feature. After messing with the script ive gotten it working again. It was a simple 0 to a 2. Along with that i added all the MK2 weapons to the list and a few missing guns. @BabbaTundaee @Vespura Wondering if i can post this fix in this release?

PR it I guess, but Iā€™m guessing itā€™s only for @BabbaTundaeeā€™s version?

Yes correct. Only for his version just wanted to make sure all was good since original code was urs. Thanks.

As long as you follow the license, then thatā€™s fine.

Yes of course. Thank you. Will be posting the fix w source code later when I get home.

I have part of it fixed just havenā€™t had the chance of uploading it due to personal family issues. Go right ahead.