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