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 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)