Skip to main content
Return the experience 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 experience = exports["utility_weapons"]:GetWeaponExperience(weapon)

print(experience)