Skip to main content
Return the fire mode of the specified weapon
ArgumentData TypeNedeedDefaultDescription
weaponnumber-The weapon hash

TypeDescription
numberThe experience that the player has with the weapon
local retval, weapon = GetCurrentPedWeapon(PlayerPedId())

local fireMode = exports["utility_weapons"]:GetWeaponFireMode(weapon)