An array full of all the weapons names
local playerPed = PlayerPedId() for i=1, #HRLib.AllWeapons do GiveWeaponToPed(playerPed, joaat(HRLib.AllWeapons[i]), 1000, true, false) end
Last updated 1 month ago