Skip to content

SetWeaponExperience

Set the weapon experience of the specified weapon

Argument Data Type Nedeed Default Description
weapon number - The weapon hash
experience number - The experience

Example
local retval, weapon = GetCurrentPedWeapon(PlayerPedId())

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