Weaponry - Realistic gunplay (Recoil/No ammo HUD/No reticle)

Yep, thanks a lot. Just my stupidity not your resource :stuck_out_tongue:

Here is how i disable the knockout at close range. You might wanna try it.

local ped = PlayerPedId()
        if IsPedArmed(ped, 6) then
        	DisableControlAction(1, 140, true)
            DisableControlAction(1, 141, true)
            DisableControlAction(1, 142, true)
        end

Yup it’s working thanks, i’m updating the script.

is the sounds included in the script or is it your client sided sounds?

It’s not included and has nothing to do with this script.

ok thanks #characters

are you using mp_freemode character?

I do yes. #characters

How are you streaming the policevest?

I’m not, it’s client side.

My bad thats what i ment

How do you do it client side is what im asking

You should find something on google, my server owner posted a video to edit the GTA files with something like EUP and compile it with Archive Fix. His youtube channel is Jordan Devlin.

You can use this EUP pack made by @NJD

Also, great script! (char)

There’s a better way of disabling melee attack, go into weapons.meta and find the flag: AllowCloseQuarterKills and then delete that and it will disable the melee attack. Not sure if you want to do it that way or not.

Looks noice. I will be sure to check it out.

in first person camera… effective recoil and visual recoil are not working

That is normal for effective recoil, you can just take a look on Blumlaut’s script page : BetterRecoil - Better 3rd Person Recoil for FiveM!

And for visual recoil … well it is active.

Script Does Not Work, I Dragged It Into My Resources And Started It Up In server.cfg, it does not work. the recoil dosen’t work and the reticule doesn’t work.