Skip to main content
Set the weapon jam state of the specified weapon
ArgumentData TypeNedeedDefaultDescription
weaponnumber-The weapon hash
stateboolean-The jam state

local retval, weapon = GetCurrentPedWeapon(PlayerPedId())

exports["utility_weapons"]:SetWeaponJamState(weapon, true)