Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt

Use this file to discover all available pages before exploring further.

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)