[PAID] AR Development Advanced Weapons System

Realistic Weapons System

Preview:

Information:

Realistic Weapons System, designed to enhance roleplay within your fivem server. This script enables a more realistic roleplay experience when using weapons with tons of advanced features.

Key Features:

  • Shooting Recoil
  • Weapon Cleaning
  • Gun Jamming dependent upon the cleanliness of your weapon
  • Overheating
  • Safety Feature

All features of this script can be edited through the config.

GET IT FROM HERE


SHOWCASE VIDEO


I am always looking for more ideas on scripts as well as improvements to my current scripts so let me know in the comments!

Code is accessible No
Subscription-based No
Lines (approximately) ~ 175
Requirements Ox_lib
Support Yes

Is it possible to change the damage of each gun?

ngl as of now no cause thats adjustable in the meta of the guns but if i figure out a way to add that and have it be accessable through the config it will most def be in a future update.

Dunno if you ever got anywhere with this but you can use SET_WEAPON_DAMAGE_MODIFIER in a thread to change weapon damages

CreateThread(function()
    SetWeaponDamageModifier('WEAPON_COMBATPISTOL', 0.5)
end)

You can use SetPedSuffersCriticalHits(PlayerPedId(), false) to disable headshots also