Get all armory weapons
Last updated
To get a list of all weapons stored in a specific armory ID.
exports["jobs_creator"]:getAllArmoryWeapons(markerId)markerId
integer
The marker ID
armoryWeapons
table
List of all weapons contained in the marker
local allWeapons = getAllArmoryWeapons(markerId)
print("All players weapons in that armory")
print(ESX.DumpTable(allWeapons))Last updated