Skip to main content
Return the jammed state of the specified weapon
ArgumentData TypeNedeedDefaultDescription
weaponnumber-The weapon hash

TypeDescription
booleanThe jammed state of the weapon
local retval, weapon = GetCurrentPedWeapon(PlayerPedId())

local jammed = exports["utility_weapons"]:IsWeaponJammed(weapon)