Skip to main content
Set the weapon experience of the specified weapon
ArgumentData TypeNedeedDefaultDescription
weaponnumber-The weapon hash
experiencenumber-The experience

local retval, weapon = GetCurrentPedWeapon(PlayerPedId())

exports["utility_weapons"]:SetWeaponExperience(weapon, 100)