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.

Remove experience from a weapon
ArgumentData TypeNedeedDefaultDescription
weaponnumber-The weapon hash
experiencenumber-The experience

local retval, weapon = GetCurrentPedWeapon(PlayerPedId())

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