AllWeapons

An array full of all the weapons names

Example

local playerPed = PlayerPedId()
for i=1, #HRLib.AllWeapons do
    GiveWeaponToPed(playerPed, joaat(HRLib.AllWeapons[i]), 1000, true, false)
end

Last updated